Compare commits

...

2 Commits

Author SHA1 Message Date
bl00dymarie 8b101ec952 Release: 1.2410.29 2024-10-29 19:29:18 +01:00
bl00dymarie 5bb6bc05e7 Update Sdk to comply with Android14 2024-10-29 19:21:55 +01:00
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -146,8 +146,8 @@ android {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 38
versionName "1.2410.22"
versionCode 39
versionName "1.2410.29"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
+3 -3
View File
@@ -49,10 +49,10 @@ allprojects {
}
ext {
buildToolsVersion = "33.0.2"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
buildToolsVersion = "34.0.0"
soLoaderVersion = "0.10.4+"
if (System.properties['os.arch'] == "aarch64") {
+1 -1
View File
@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2410.22</string>
<string>1.2410.29</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drip.",
"version": "1.2410.22",
"version": "1.2410.29",
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",