diff options
| author | Jules Aguillon | 2021-12-12 23:48:05 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-12 23:48:05 +0100 |
| commit | e5fa23e1f7ccc722209d4ce7f795905d5ab0eb35 (patch) | |
| tree | 6c10f20417d7acd0b4b8528d46cffabf4ad95003 | |
| parent | d787d982cf4f9376b5b4fe0cb71b95c52b7eb377 (diff) | |
| download | unexpected-keyboard-e5fa23e1f7ccc722209d4ce7f795905d5ab0eb35.tar.gz unexpected-keyboard-e5fa23e1f7ccc722209d4ce7f795905d5ab0eb35.zip | |
Upgrade to Android SDK version 30
| -rw-r--r-- | AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | shell.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a03e84a..613afb9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -6,7 +6,7 @@ android:hardwareAccelerated="false"> <uses-sdk android:minSdkVersion="4" - android:targetSdkVersion="29" /> + android:targetSdkVersion="30" /> <application android:label="@string/app_name" android:allowBackup="true" @@ -2,7 +2,7 @@ PACKAGE_NAME = juloo.keyboard2 -ANDROID_PLATFORM_VERSION = android-29 +ANDROID_PLATFORM_VERSION = android-30 JAVA_VERSION = 1.7 SRC_DIR = srcs @@ -7,7 +7,7 @@ let android = pkgs.androidenv.composeAndroidPackages { buildToolsVersions = [ "30.0.3" ]; - platformVersions = [ "29" ]; + platformVersions = [ "30" ]; abiVersions = [ "armeabi-v7a" ]; }; |
