Skip to content

Commit

Permalink
update minSdk
Browse files Browse the repository at this point in the history
update minSdk
  • Loading branch information
metalurgical committed Dec 2, 2024
1 parent 2c35e33 commit 86393d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId "com.web3auth.tss_client_android_example"
minSdk 24
minSdk 26
targetSdk 35
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tss-client-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdk 34

defaultConfig {
minSdk 24
minSdk 26
targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 86393d0

Please sign in to comment.