Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 12, 2017
1 parent 4df2606 commit 3b199b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "27.0.0"
compileSdkVersion 27
buildToolsVersion "27.0.1"

defaultConfig {
applicationId "com.termux.widget"
minSdkVersion 21
targetSdkVersion 26
versionCode 8
versionName "0.8"
targetSdkVersion 27
versionCode 9
versionName "0.9"
}

buildTypes {
Expand Down

0 comments on commit 3b199b7

Please sign in to comment.