Skip to content

Commit 3ffe0d7

Browse files
committed
ANDROID: bump versions
1 parent dfff6d2 commit 3ffe0d7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnl This program is distributed under the terms of the GPL v2.0
77
dnl Download the GNU Public License (GPL) from www.gnu.org
88
dnl
99

10-
AC_INIT([smallbasic], [0.12.15])
10+
AC_INIT([smallbasic], [0.12.16])
1111
AC_CONFIG_SRCDIR([configure.ac])
1212

1313
AC_CANONICAL_TARGET

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
smallbasic (0.12.16) unstable; urgency=low
2+
* Various see web site
3+
4+
-- Chris Warren-Smith <cwarrensmith@gmail.com> Fri, 25 Aug 2019 09:45:25 +1000
5+
16
smallbasic (0.12.15) unstable; urgency=low
27
* Various see web site
38

src/platform/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ android {
88
defaultConfig {
99
applicationId 'net.sourceforge.smallbasic'
1010
minSdkVersion 16
11-
targetSdkVersion 27
12-
versionCode 36
13-
versionName "0.12.15.3"
11+
targetSdkVersion 28
12+
versionCode 38
13+
versionName "0.12.16"
1414
resConfigs "en"
1515
}
1616

0 commit comments

Comments
 (0)