|
@ -31,8 +31,8 @@ android { |
|
|
applicationId "app.timesafari.app" |
|
|
applicationId "app.timesafari.app" |
|
|
minSdkVersion rootProject.ext.minSdkVersion |
|
|
minSdkVersion rootProject.ext.minSdkVersion |
|
|
targetSdkVersion rootProject.ext.targetSdkVersion |
|
|
targetSdkVersion rootProject.ext.targetSdkVersion |
|
|
versionCode 43 |
|
|
versionCode 44 |
|
|
versionName "1.0.9" |
|
|
versionName "1.0.10" |
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
aaptOptions { |
|
|
aaptOptions { |
|
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. |
|
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. |
|
|