Skip to content

Commit

Permalink
fix android versions and buids
Browse files Browse the repository at this point in the history
  • Loading branch information
0xean committed Jun 3, 2024
1 parent 9ed9e09 commit 2cc630c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ android {
applicationId 'com.shapeshift.droid_shapeshift'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "3.0.0"
versionCode 324
versionName "3.1.0"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 33
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
kotlinVersion = '1.9.23'
Expand Down

0 comments on commit 2cc630c

Please sign in to comment.