Skip to content

Commit 3b199b7

Browse files
committed
Bump version to 0.9
1 parent 4df2606 commit 3b199b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 26
5-
buildToolsVersion "27.0.0"
4+
compileSdkVersion 27
5+
buildToolsVersion "27.0.1"
66

77
defaultConfig {
88
applicationId "com.termux.widget"
99
minSdkVersion 21
10-
targetSdkVersion 26
11-
versionCode 8
12-
versionName "0.8"
10+
targetSdkVersion 27
11+
versionCode 9
12+
versionName "0.9"
1313
}
1414

1515
buildTypes {

0 commit comments

Comments
 (0)