cleand up the nfc part, added foreground-dispatch

* cleaned up the strings.xml files
* fixed license dialog
This commit is contained in:
2019-08-18 22:09:33 +02:00
parent 733b675ffa
commit e74c307566
9 changed files with 178 additions and 69 deletions

View File

@ -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"