Fixed a minor bug in login activity (could not add dialog to activity) as well as spinner hint adapter (array out of bound)

This commit is contained in:
Dennis Thiessen
2018-08-03 17:27:21 +02:00
parent 2aab2e91e9
commit 6aca059a03
5 changed files with 29 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.deke.risk.riskahead"
minSdkVersion 19
targetSdkVersion 26
versionCode 50
versionName "3.1.6"
versionCode 52
versionName "3.1.8"
multiDexEnabled true
}
buildTypes {