Skip to content

Commit

Permalink
Merge pull request #2052 from safe-global/GH-2051/update-sdk
Browse files Browse the repository at this point in the history
GH-2051 updated sdk target version
  • Loading branch information
DmitryBespalov authored Jul 2, 2024
2 parents 03aefa5 + 062cbfe commit 45aef6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ subprojects {
afterEvaluate { project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
}
lintOptions {
abortOnError false
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/android_library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 45aef6e

Please sign in to comment.