diff --git a/android/app/build.gradle b/android/app/build.gradle index d2ded41d..3c602148 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 3 - versionName "23.01.3" + versionCode 1 + versionName "23.01.1" buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\"" } diff --git a/android/gradle.properties b/android/gradle.properties index fe55de7f..b1c97270 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -64,5 +64,5 @@ expo.useLegacyPackaging=false # WARNING: This property has been deprecated and will be removed in Expo SDK 55. Use `edgeToEdgeEnabled` or `react.edgeToEdgeEnabled` to determine whether the project is using edge-to-edge. expo.edgeToEdgeEnabled=true -android.targetSdkVersion=33 +android.targetSdkVersion=35 android.extraMavenRepos=[{"url":"https://jitpack.io"}] \ No newline at end of file diff --git a/apks/Schnappix_v23.01.1.aab b/apks/Schnappix_v23.01.1.aab deleted file mode 100644 index 12c19877..00000000 Binary files a/apks/Schnappix_v23.01.1.aab and /dev/null differ diff --git a/apks/Schnappix_v23.01.1.apk b/apks/Schnappix_v23.01.1.apk deleted file mode 100644 index 4d76bd6d..00000000 --- a/apks/Schnappix_v23.01.1.apk +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2362fa7b2f1a5661d18f2274ae585ca489e4d2d72e2ef1fbc4515098da01f630 -size 122756469 diff --git a/apks/Schnappix_v23.01.2.aab b/apks/Schnappix_v23.01.2.aab deleted file mode 100644 index aa81250f..00000000 Binary files a/apks/Schnappix_v23.01.2.aab and /dev/null differ diff --git a/apks/Schnappix_v23.01.2.apk b/apks/Schnappix_v23.01.2.apk deleted file mode 100644 index 0c268a8f..00000000 --- a/apks/Schnappix_v23.01.2.apk +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a51a378fac7e26dcf938f8d359080a6708a53da6701fdb5df4a8da3a586d99d7 -size 122756433 diff --git a/app.json b/app.json index 7a568946..39b9da20 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "newArchEnabled": true, "name": "Schnappix", "slug": "Schnappix", - "version": "23.01.3", + "version": "23.01.1", "orientation": "landscape", "icon": "./Icon.png", "userInterfaceStyle": "dark", @@ -13,7 +13,7 @@ }, "android": { "package": "de.orfel.schnappix", - "versionCode": 3, + "versionCode": 1, "adaptiveIcon": { "backgroundColor": "#050510", "foregroundImage": "./Icon-padded.png" @@ -47,8 +47,7 @@ "android": { "extraMavenRepos": [ "https://jitpack.io" - ], - "targetSdkVersion": 33 + ] } } ],