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
  • Loading branch information
neetopia committed Jan 24, 2024
1 parent 49d5619 commit a148e2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies {
}

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

Expand Down
Original file line number Diff line number Diff line change
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 a148e2f

Please sign in to comment.