show the next day with a lecture on Sundays too
This commit is contained in:
@ -13,7 +13,7 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 11
|
||||
versionName "0.3.98"
|
||||
versionName "0.3.99"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue "string", "build_time", buildTime()
|
||||
}
|
||||
@ -25,6 +25,10 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
versionNameSuffix "-release"
|
||||
}
|
||||
|
||||
debug {
|
||||
versionNameSuffix "-debug"
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
}
|
||||
|
Reference in New Issue
Block a user