Skip to content

Commit

Permalink
Merge pull request #20 from brarcher/pre-v0.2
Browse files Browse the repository at this point in the history
Update for v0.2
  • Loading branch information
brarcher authored Jan 21, 2018
2 parents 7e04eda + 1397b85 commit 18a9ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "protect.videoeditor"
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
}
buildTypes {
release {
Expand Down Expand Up @@ -64,4 +64,4 @@ task findbugs(type: FindBugs, dependsOn: 'assembleDebug') {
xml.enabled = false
html.enabled = true
}
}
}

0 comments on commit 18a9ece

Please sign in to comment.