Skip to content

Commit

Permalink
Update android sdk to 34 for android integration tests
Browse files Browse the repository at this point in the history
(cherry picked from commit a148e2f)
  • Loading branch information
neetopia committed Feb 13, 2024
1 parent c6135da commit b2d25a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Expand Up @@ -19,11 +19,11 @@ dependencies {
}

android {
compileSdkVersion(30)
compileSdkVersion(34)
defaultConfig {
applicationId = "org.gradle.kotlin.dsl.samples.androidstudio"
minSdkVersion(30)
targetSdkVersion(30)
minSdkVersion(34)
targetSdkVersion(34)
versionCode = 1
versionName = "1.0"
}
Expand Down
Expand Up @@ -22,10 +22,10 @@ dependencies {
}

android {
compileSdkVersion(30)
compileSdkVersion(34)
defaultConfig {
minSdkVersion(30)
targetSdkVersion(30)
minSdkVersion(34)
targetSdkVersion(34)
}
}

Expand Down
Expand Up @@ -22,11 +22,11 @@ dependencies {
}

android {
compileSdkVersion(30)
compileSdkVersion(34)
defaultConfig {
applicationId = "org.gradle.kotlin.dsl.samples.androidstudio"
minSdkVersion(30)
targetSdkVersion(30)
minSdkVersion(34)
targetSdkVersion(34)
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit b2d25a3

Please sign in to comment.