Skip to content

Commit 0b5b346

Browse files
committed
Upgrade app version
1 parent 03b3069 commit 0b5b346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "26.0.2"
5+
buildToolsVersion "26.0.3"
66

77
defaultConfig {
88
applicationId "cn.nekocode.camerafilter"
99
minSdkVersion 15
1010
targetSdkVersion 26
1111
versionCode 212
12-
versionName "2.3"
12+
versionName "2.4"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)