diff options
| author | Jules Aguillon | 2021-01-04 23:50:51 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-01-04 23:50:51 +0100 |
| commit | 1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90 (patch) | |
| tree | 33f6a164a4b2f13c96536e3e882e615e69778f35 | |
| parent | 3c04e0eebb400c51ab8196daba96b93d3b414b1a (diff) | |
| download | unexpected-keyboard-1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90.tar.gz unexpected-keyboard-1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90.zip | |
Upgrade the platform version to 29
| -rw-r--r-- | AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | project.properties | 2 | ||||
| -rw-r--r-- | shell.nix | 2 |
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 @@ -6,7 +6,7 @@ let android = pkgs.androidenv.composeAndroidPackages { - platformVersions = [ "23" ]; + platformVersions = [ "29" ]; abiVersions = [ "armeabi-v7a" ]; }; |
