abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2021-01-04 23:50:51 +0100
committerJules Aguillon2021-01-04 23:50:51 +0100
commit1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90 (patch)
tree33f6a164a4b2f13c96536e3e882e615e69778f35
parent3c04e0eebb400c51ab8196daba96b93d3b414b1a (diff)
downloadunexpected-keyboard-1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90.tar.gz
unexpected-keyboard-1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90.zip
Upgrade the platform version to 29
-rw-r--r--AndroidManifest.xml2
-rw-r--r--project.properties2
-rw-r--r--shell.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1ec1d79..d0af307 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
android:hardwareAccelerated="false">
<uses-sdk android:minSdkVersion="3"
- android:targetSdkVersion="22" />
+ android:targetSdkVersion="29" />
<application android:label="@string/app_name"
android:allowBackup="true"
diff --git a/project.properties b/project.properties
index 916037e..8218193 100644
--- a/project.properties
+++ b/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-23
+target=android-29
diff --git a/shell.nix b/shell.nix
index bb09515..3f6d853 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,7 @@
let
android = pkgs.androidenv.composeAndroidPackages {
- platformVersions = [ "23" ];
+ platformVersions = [ "29" ];
abiVersions = [ "armeabi-v7a" ];
};