aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--readme.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5a55b26..5d2da3f 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 32 33 compileSdkVersion 33
34 34
35 defaultConfig { 35 defaultConfig {
36 applicationId 'org.pacien.tincapp' 36 applicationId 'org.pacien.tincapp'
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 32 38 targetSdkVersion 33
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 37 40 versionCode 37
41 versionName '0.37' 41 versionName '0.37'
diff --git a/readme.md b/readme.md
index 0966d8a..853ae62 100644
--- a/readme.md
+++ b/readme.md
@@ -32,9 +32,9 @@ The project can be built using the Gradle `build` task, on Linux.
32 32
33Requirements: 33Requirements:
34 34
35- Android SDK Platform 32 35- Android SDK Platform 33
36- Android NDK r22 36- Android NDK r22
37- Android Platform-Tools 33 37- Android Platform-Tools 34
38- Android SDK Tools 26 38- Android SDK Tools 26
39- CMake 39- CMake
40- automake 40- automake