Info table now recognises line breaks from the website and shows them in the dialog; implemented debug dialog that presents the most recent exception caused in DataFetcher.kt

This commit is contained in:
Deniz Düzgören
2019-10-18 21:25:54 +02:00
parent b332381342
commit 0c5f075fd0
5 changed files with 98 additions and 71 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 29
versionCode 41
versionName "2.3.3"
versionCode 42
versionName "2.3.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {