aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authoreuxane2024-08-31 18:20:10 +0200
committereuxane2024-08-31 18:24:14 +0200
commit098446b4fbdb78c1f0d44d7cf3605677ad8fdcc4 (patch)
treeb43729dac89f29eecb86b1d1e23453707ad66fd5 /app
parent0524773cb919aa42141fe9e6f03ddce9641f948a (diff)
downloadtincapp-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.
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
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()
30if (keystoreAvailable) keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) 30if (keystoreAvailable) keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
31 31
32android { 32android {
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'