diff options
| author | Jules Aguillon | 2024-05-29 14:04:14 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-05-29 14:04:14 +0200 |
| commit | 5d2eb35574e74f01c725c4b6a4fc4c63d3c66a3a (patch) | |
| tree | e88fb5e73391e680990b91ce4506ec646f213e08 | |
| parent | 93d58571cc813004d6741489f001c6013cc3b296 (diff) | |
| download | unexpected-keyboard-5d2eb35574e74f01c725c4b6a4fc4c63d3c66a3a.tar.gz unexpected-keyboard-5d2eb35574e74f01c725c4b6a4fc4c63d3c66a3a.zip | |
Increase target SDK to 34
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | shell.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index cd23183..254bfe3 100644 --- a/build.gradle +++ b/build.gradle @@ -4,12 +4,12 @@ plugins { android { namespace 'juloo.keyboard2' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "juloo.keyboard2" minSdk 11 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 39 versionName "1.27.0" } @@ -9,7 +9,7 @@ let android = pkgs.androidenv.composeAndroidPackages { buildToolsVersions = [ build_tools_version ]; - platformVersions = [ "33" ]; + platformVersions = [ "34" ]; abiVersions = [ "armeabi-v7a" ]; }; |
