Merge branch '730-bug-bad-version-of-the-soloader-sdk' into 'main'

Resolve "Bug: Bad version of the SoLoader SDK"

Closes #730

See merge request bloodyhealth/drip!689
This commit is contained in:
bl00dymarie
2024-10-24 12:25:51 +00:00
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -146,8 +146,8 @@ android {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 33
versionName "1.2403.19"
versionCode 38
versionName "1.2410.22"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
+1
View File
@@ -53,6 +53,7 @@ ext {
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
soLoaderVersion = "0.10.4+"
if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
+1 -1
View File
@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2403.19</string>
<string>1.2410.22</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drip.",
"version": "1.2403.19",
"version": "1.2410.22",
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",