diff --git a/build.gradle b/build.gradle index cd231830a..254bfe357 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" } diff --git a/shell.nix b/shell.nix index 9399e1cdd..82206c71a 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ let android = pkgs.androidenv.composeAndroidPackages { buildToolsVersions = [ build_tools_version ]; - platformVersions = [ "33" ]; + platformVersions = [ "34" ]; abiVersions = [ "armeabi-v7a" ]; };