From 1d8e103690b07e26c8abf06c4234ce8560d78ef9 Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Sun, 19 Jul 2026 23:21:23 +0300 Subject: [PATCH] Android build is successfully uploaded to Google Play --- proj-android/app/build.gradle | 2 +- .../shadowoverbishkek/ShadowOverBishkekActivity.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/proj-android/app/build.gradle b/proj-android/app/build.gradle index a8c0158..2550a71 100644 --- a/proj-android/app/build.gradle +++ b/proj-android/app/build.gradle @@ -25,7 +25,7 @@ android { cmake { arguments /*"-DANDROID_APP_PLATFORM=android-19",*/ "-DANDROID_STL=c++_static" cppFlags "-std=c++17 -frtti -fexceptions" - abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' + abiFilters 'arm64-v8a', 'x86_64' } } } diff --git a/proj-android/app/src/main/java/fishrungames/shadowoverbishkek/ShadowOverBishkekActivity.java b/proj-android/app/src/main/java/fishrungames/shadowoverbishkek/ShadowOverBishkekActivity.java index c544ec9..d6d1e57 100644 --- a/proj-android/app/src/main/java/fishrungames/shadowoverbishkek/ShadowOverBishkekActivity.java +++ b/proj-android/app/src/main/java/fishrungames/shadowoverbishkek/ShadowOverBishkekActivity.java @@ -9,6 +9,5 @@ public class ShadowOverBishkekActivity extends SDLActivity { protected void onCreate(Bundle savedInstanceState) { SplashScreen.installSplashScreen(this); super.onCreate(savedInstanceState); - } } \ No newline at end of file