Fixed a bug that would stop the fetch when a date field is empty; version bump to 2.3.2

This commit is contained in:
Deniz Düzgören
2019-10-02 11:16:00 +02:00
parent f6283c8221
commit f5666a20c6
6 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 28
versionCode 39
versionName "2.3.1"
versionCode 40
versionName "2.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {