From 4589badbfc38de5d96f8ee5bc0ee9760f93168b3 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Wed, 1 May 2019 00:36:33 +0200 Subject: [PATCH] updated versionName to 0.4.1 * updated material-dialogs 2.6.0 -> 2.8.1 --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69d7147..430579e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "org.mosad.seil0.projectlaogai" minSdkVersion 21 targetSdkVersion 28 - versionCode 12 - versionName "0.4.91" + versionCode 13 + versionName "0.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue "string", "build_time", buildTime() setProperty("archivesBaseName", "projectlaogai-$versionName") @@ -37,13 +37,13 @@ dependencies { implementation 'org.jetbrains.anko:anko-commons:0.10.8' implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha4' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' 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.6.0' - implementation 'com.afollestad.material-dialogs:color:2.6.0' + implementation 'com.afollestad.material-dialogs:core:2.8.1' + implementation 'com.afollestad.material-dialogs:color:2.8.1' testImplementation 'junit:junit:4.12'