We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0e3500 + c9ec92b commit f903dafCopy full SHA for f903daf
android/build.gradle.nix
@@ -44,7 +44,7 @@ allprojects {
44
apply plugin: 'com.android.application'
45
46
android {
47
- compileSdkVersion 30
+ compileSdkVersion 31
48
buildToolsVersion '30.0.2'
49
50
lintOptions {
android/impl.nix
@@ -36,7 +36,7 @@ in {
36
keyStore = releaseKey.storeFile or null;
37
keyStorePassword = releaseKey.storePassword or null;
38
name = applicationId;
39
- platformVersions = [ "30" ];
+ platformVersions = [ "31" ];
40
release = false;
41
src =
42
let splitApplicationId = splitString "." applicationId;
0 commit comments