Skip to content

Commit f903daf

Browse files
authored
Merge pull request #826 from reflex-frp/so/bump-sdk-version
Update to target 31, Google Play store requires this is the target for apps after 2021
2 parents b0e3500 + c9ec92b commit f903daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
apply plugin: 'com.android.application'
4545
4646
android {
47-
compileSdkVersion 30
47+
compileSdkVersion 31
4848
buildToolsVersion '30.0.2'
4949
5050
lintOptions {

android/impl.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in {
3636
keyStore = releaseKey.storeFile or null;
3737
keyStorePassword = releaseKey.storePassword or null;
3838
name = applicationId;
39-
platformVersions = [ "30" ];
39+
platformVersions = [ "31" ];
4040
release = false;
4141
src =
4242
let splitApplicationId = splitString "." applicationId;

0 commit comments

Comments
 (0)