Skip to content

Commit ab23777

Browse files
committed
chore: set targetSdkVersion
1 parent 751aa4f commit ab23777

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

SimpleLogin/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ android {
1111
defaultConfig {
1212
applicationId "io.simplelogin.android"
1313
minSdkVersion 21
14-
versionCode 12100
15-
versionName "1.21.0"
14+
targetSdkVersion 34
15+
versionCode 12101
16+
versionName "1.21.1"
1617
multiDexEnabled true
1718
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1819
}

0 commit comments

Comments
 (0)