We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab824d commit 9cf555bCopy full SHA for 9cf555b
ChangeLog
@@ -4,8 +4,8 @@
4
2019-02-26 (0.12.15)
5
ANDROID: Fix POINT returning transposed red + blue
6
7
-2019-02-14 (0.12.15)
8
- ANDROID: fix crash entering c,v in edit control mode
+2019-02-23 (0.12.15)
+ ANDROID: Fix crash entering c,v in edit control mode
9
10
2019-02-14 (0.12.15)
11
ANDROID: fix crash passing negative duration to SOUND command
src/platform/android/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId 'net.sourceforge.smallbasic'
minSdkVersion 16
targetSdkVersion 27
12
- versionCode 34
13
- versionName "0.12.15.2"
+ versionCode 35
+ versionName "0.12.15.3"
14
resConfigs "en"
15
}
16
0 commit comments