|
|
@ -2,8 +2,8 @@ plugins {
|
|
|
|
id 'com.android.application'
|
|
|
|
id 'com.android.application'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
def AppVersionName = "1.0.9"
|
|
|
|
def AppVersionName = "1.0.11"
|
|
|
|
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 9
|
|
|
|
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 11
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
namespace 'com.xinyingpower.microphoto'
|
|
|
|
namespace 'com.xinyingpower.microphoto'
|
|
|
@ -58,7 +58,7 @@ android {
|
|
|
|
viewBinding true
|
|
|
|
viewBinding true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ndkVersion '25.1.8937393'
|
|
|
|
ndkVersion '26.1.10909125'
|
|
|
|
|
|
|
|
|
|
|
|
packagingOptions {
|
|
|
|
packagingOptions {
|
|
|
|
exclude 'META-INF/INDEX.LIST'
|
|
|
|
exclude 'META-INF/INDEX.LIST'
|
|
|
|