Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
warpaltarpers committed Aug 5, 2019
1 parent df6c73a commit 51cc31c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.leaffilter_generator"
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
versionCode 2
versionName "1.0-beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 51cc31c

Please sign in to comment.