diff --git a/app/build.gradle b/app/build.gradle index c638201c3..e5dc6f6b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "ru.playsoftware.j2meloader" minSdk MIN_SDK targetSdk TARGET_SDK - versionCode 94 - versionName "1.7.5" + versionCode 95 + versionName "1.7.6" ndk { abiFilters 'x86', 'armeabi-v7a' }