Skip to content

Commit

Permalink
Update to target 31, appstore requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuke committed Jul 20, 2023
1 parent 4aa4e25 commit c9ec92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allprojects {
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion '30.0.2'
lintOptions {
Expand All @@ -70,7 +70,7 @@ android {
defaultConfig {
applicationId "${applicationId}"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode ${version.code}
versionName "${version.name}"
multiDexEnabled false
Expand Down
2 changes: 1 addition & 1 deletion android/impl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in {
keyStore = releaseKey.storeFile or null;
keyStorePassword = releaseKey.storePassword or null;
name = applicationId;
platformVersions = [ "30" ];
platformVersions = [ "31" ];
release = false;
src =
let splitApplicationId = splitString "." applicationId;
Expand Down

0 comments on commit c9ec92b

Please sign in to comment.