|
|
@ -5,8 +5,8 @@ apply plugin: 'jacoco'
|
|
|
|
apply plugin: 'com.github.triplet.play'
|
|
|
|
apply plugin: 'com.github.triplet.play'
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
compileSdkVersion 27
|
|
|
|
compileSdkVersion 28
|
|
|
|
buildToolsVersion "27.0.3"
|
|
|
|
buildToolsVersion "28.0.3"
|
|
|
|
|
|
|
|
|
|
|
|
// signingConfigs {
|
|
|
|
// signingConfigs {
|
|
|
|
// release {
|
|
|
|
// release {
|
|
|
@ -27,7 +27,7 @@ android {
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.isoron.uhabits"
|
|
|
|
applicationId "org.isoron.uhabits"
|
|
|
|
minSdkVersion 15
|
|
|
|
minSdkVersion 15
|
|
|
|
targetSdkVersion 27
|
|
|
|
targetSdkVersion 28
|
|
|
|
|
|
|
|
|
|
|
|
buildConfigField "Integer", "databaseVersion", "15"
|
|
|
|
buildConfigField "Integer", "databaseVersion", "15"
|
|
|
|
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
|
|
|
|
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
|
|
|
|