Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 12, 2017
1 parent e9eac33 commit a2846a6
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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

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

dependencies {
compile 'com.android.support:support-annotations:27.0.0'
Expand All @@ -12,8 +12,8 @@ android {
applicationId "com.termux.boot"
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit a2846a6

Please sign in to comment.