diff --git a/android/app/build.gradle b/android/app/build.gradle index 0605e3f..73cdc72 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" } diff --git a/android/build.gradle b/android/build.gradle index dc78ab3..3c3528e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 diff --git a/ios/drip/Info.plist b/ios/drip/Info.plist index ff02a54..c3e0250 100644 --- a/ios/drip/Info.plist +++ b/ios/drip/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2403.19 + 1.2410.22 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index f41f288..175ff11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drip.", - "version": "1.2403.19", + "version": "1.2410.22", "contributors": [ "Julia Friesel ", "Marie Kochsiek",