diff options
author | euxane | 2024-08-31 18:20:10 +0200 |
---|---|---|
committer | euxane | 2024-08-31 18:24:14 +0200 |
commit | 098446b4fbdb78c1f0d44d7cf3605677ad8fdcc4 (patch) | |
tree | b43729dac89f29eecb86b1d1e23453707ad66fd5 | |
parent | 0524773cb919aa42141fe9e6f03ddce9641f948a (diff) | |
download | tincapp-098446b4fbdb78c1f0d44d7cf3605677ad8fdcc4.tar.gz |
project: update compile and target sdk 33 -> 34
Everything seems to still be working fine in the emulator.
Will need to update Kotlin, its plugins, and Gradle too after.
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6b2e8d1..e964bd1 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -30,12 +30,12 @@ def keystoreProperties = new Properties() | |||
30 | if (keystoreAvailable) keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) | 30 | if (keystoreAvailable) keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) |
31 | 31 | ||
32 | android { | 32 | android { |
33 | compileSdkVersion 33 | 33 | compileSdkVersion 34 |
34 | 34 | ||
35 | defaultConfig { | 35 | defaultConfig { |
36 | applicationId 'org.pacien.tincapp' | 36 | applicationId 'org.pacien.tincapp' |
37 | minSdkVersion 21 | 37 | minSdkVersion 21 |
38 | targetSdkVersion 33 | 38 | targetSdkVersion 34 |
39 | multiDexEnabled true | 39 | multiDexEnabled true |
40 | versionCode 39 | 40 | versionCode 39 |
41 | versionName '0.39' | 41 | versionName '0.39' |