Skip to content

Commit 9cf555b

Browse files
committed
ANDROID: bump android version
1 parent 8ab824d commit 9cf555b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
2019-02-26 (0.12.15)
55
ANDROID: Fix POINT returning transposed red + blue
66

7-
2019-02-14 (0.12.15)
8-
ANDROID: fix crash entering c,v in edit control mode
7+
2019-02-23 (0.12.15)
8+
ANDROID: Fix crash entering c,v in edit control mode
99

1010
2019-02-14 (0.12.15)
1111
ANDROID: fix crash passing negative duration to SOUND command

src/platform/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId 'net.sourceforge.smallbasic'
1010
minSdkVersion 16
1111
targetSdkVersion 27
12-
versionCode 34
13-
versionName "0.12.15.2"
12+
versionCode 35
13+
versionName "0.12.15.3"
1414
resConfigs "en"
1515
}
1616

0 commit comments

Comments
 (0)