Skip to content

Commit

Permalink
- update target sdk; (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykhailoNester committed Nov 16, 2021
1 parent 8c2872b commit 66b2531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.gradle.api.JavaVersion
object Config {
const val minSdk = 21
const val compileSdk = 29
const val targetSdk = 29
const val targetSdk = 30
val javaVersion = JavaVersion.VERSION_1_8

const val versionCode = 1
Expand Down

0 comments on commit 66b2531

Please sign in to comment.