diff --git a/app/build.gradle b/app/build.gradle index 3c0c3132..527a269a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.21" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 21 +def AppVersionName = "1.0.22" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 22 android { namespace 'com.xypower.mpapp' @@ -36,6 +36,9 @@ android { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } + debug { + jniDebuggable true + } } sourceSets {