Bump dependencies and API targets.

This commit is contained in:
darken
2023-10-28 17:58:09 +02:00
committed by Matthias Urhahn
parent ad38702df1
commit 82e8769407
8 changed files with 17 additions and 19 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ object ProjectConfig {
const val packageName = "eu.darken.capod"
const val minSdk = 26
const val compileSdk = 33
const val targetSdk = 33
const val compileSdk = 34
const val targetSdk = 34
object Version {
val versionProperties = Properties().apply {