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