Skip to content

Commit

Permalink
Version bump v1.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
teal77 committed Jan 12, 2020
1 parent ab22827 commit 4cd764a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 28
compileSdkVersion 29

lintOptions {
disable 'InvalidPackage'
Expand All @@ -47,9 +47,9 @@ android {
defaultConfig {
applicationId "org.deluge.trireme"
minSdkVersion 16
targetSdkVersion 27
versionCode 15
versionName "1.1.0"
targetSdkVersion 29
versionCode 16
versionName "1.2.0-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 4cd764a

Please sign in to comment.