Text Basic 2.0.2: Fixed the awful function responsible for changing the number picker values based on which button had been clicked; changed number clickers to use respective functions in QuoteStorage.kt rather than generic getInt() and setInt()

This commit is contained in:
denizk0461
2023-05-28 12:26:48 +02:00
parent 9bc1343d22
commit 942af61b9d
7 changed files with 105 additions and 241 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId "com.denizk0461.textbasic"
minSdk 23
targetSdk 33
versionCode 9
versionName "2.0.1"
versionCode 10
versionName "2.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}