Skip to content

Commit

Permalink
Increase target SDK to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed May 29, 2024
1 parent 93d5857 commit 5d2eb35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let

android = pkgs.androidenv.composeAndroidPackages {
buildToolsVersions = [ build_tools_version ];
platformVersions = [ "33" ];
platformVersions = [ "34" ];
abiVersions = [ "armeabi-v7a" ];
};

Expand Down

0 comments on commit 5d2eb35

Please sign in to comment.