diff --git a/android/app/build.gradle b/android/app/build.gradle index 32dc0126..d2ded41d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -92,8 +92,8 @@ android { applicationId 'de.orfel.schnappix' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2 - versionName "23.01.2" + versionCode 3 + versionName "23.01.3" buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\"" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 301486ef..7e9594f0 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,6 @@ - + + + diff --git a/apks/Schnappix_v23.01.3.aab b/apks/Schnappix_v23.01.3.aab new file mode 100644 index 00000000..084ffdc4 Binary files /dev/null and b/apks/Schnappix_v23.01.3.aab differ diff --git a/apks/Schnappix_v23.01.3.apk b/apks/Schnappix_v23.01.3.apk new file mode 100644 index 00000000..6ad07886 --- /dev/null +++ b/apks/Schnappix_v23.01.3.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b956f4729b2c13124545df9f078db85e227b6942c00b79e468038e94235f70ad +size 122756037 diff --git a/app.json b/app.json index 36f64297..7a568946 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "newArchEnabled": true, "name": "Schnappix", "slug": "Schnappix", - "version": "23.01.2", + "version": "23.01.3", "orientation": "landscape", "icon": "./Icon.png", "userInterfaceStyle": "dark", @@ -13,7 +13,7 @@ }, "android": { "package": "de.orfel.schnappix", - "versionCode": 2, + "versionCode": 3, "adaptiveIcon": { "backgroundColor": "#050510", "foregroundImage": "./Icon-padded.png"