Skip to content

Commit

Permalink
Updated compile and target SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidotarma committed Aug 9, 2021
1 parent 755fa2c commit 7fb19af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import org.gradle.api.JavaVersion

object Config {
const val minSdk = 26
const val compileSdk = 29
const val targetSdk = 29
const val compileSdk = 30
const val targetSdk = 30
val javaVersion = JavaVersion.VERSION_1_8

const val versionCode = 1
Expand Down

0 comments on commit 7fb19af

Please sign in to comment.