diff --git a/.idea/misc.xml b/.idea/misc.xml index 5716de1c..27dddf87 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -40,7 +40,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 1fe56b27..27342683 100644 --- a/app/app.iml +++ b/app/app.iml @@ -125,5 +125,6 @@ + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 7ecab523..20974f96 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,9 +7,9 @@ android { defaultConfig { applicationId "xyz.monkeytong.hongbao" minSdkVersion 16 - targetSdkVersion 22 - versionCode 1 - versionName "test-1" + targetSdkVersion 25 + versionCode 4 + versionName "v3.0.1" ndk { //设置支持的SO库架构 abiFilters 'armeabi', 'armeabi-v7a' //, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'