Skip to content

Commit 4cd764a

Browse files
committed
Version bump v1.2.0-beta
1 parent ab22827 commit 4cd764a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'com.android.application'
3333
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
3434

3535
android {
36-
compileSdkVersion 28
36+
compileSdkVersion 29
3737

3838
lintOptions {
3939
disable 'InvalidPackage'
@@ -47,9 +47,9 @@ android {
4747
defaultConfig {
4848
applicationId "org.deluge.trireme"
4949
minSdkVersion 16
50-
targetSdkVersion 27
51-
versionCode 15
52-
versionName "1.1.0"
50+
targetSdkVersion 29
51+
versionCode 16
52+
versionName "1.2.0-beta"
5353
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5454
}
5555

0 commit comments

Comments
 (0)