added mensa sunday workaround
* update mensa blocking un sundays between 1500 and 2359 * updated material-dialogs 2.2.0 -> 2.6.0
This commit is contained in:
@ -13,9 +13,10 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 11
|
||||
versionName "0.3.99"
|
||||
versionName "0.4.0-rc1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue "string", "build_time", buildTime()
|
||||
setProperty("archivesBaseName", "projectlaogai-$versionName")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -44,8 +45,8 @@ dependencies {
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'com.afollestad:aesthetic:1.0.0-beta05'
|
||||
implementation 'com.afollestad.material-dialogs:core:2.2.0'
|
||||
implementation 'com.afollestad.material-dialogs:color:2.2.0'
|
||||
implementation 'com.afollestad.material-dialogs:core:2.6.0'
|
||||
implementation 'com.afollestad.material-dialogs:color:2.6.0'
|
||||
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
Reference in New Issue
Block a user