diff --git a/app/build.gradle b/app/build.gradle index 8642b3c..292b88f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "io.github.xausky.unitymodmanager" minSdkVersion 21 targetSdkVersion 23 - versionCode 280 - versionName "2.8.0" + versionCode 281 + versionName "2.8.1" ndk{ abiFilters "armeabi-v7a","x86" }