cleand up the nfc part, added foreground-dispatch
* cleaned up the strings.xml files * fixed license dialog
This commit is contained in:
@ -13,7 +13,7 @@ android {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 28
|
||||
versionCode 14
|
||||
versionName "0.4.94"
|
||||
versionName "0.4.95"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue "string", "build_time", buildTime()
|
||||
setProperty("archivesBaseName", "projectlaogai-$versionName")
|
||||
@ -24,6 +24,7 @@ android {
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
versionNameSuffix "-release"
|
||||
}
|
||||
debug {
|
||||
versionNameSuffix "-debug"
|
||||
|
Reference in New Issue
Block a user