Skip to content

Commit 775b49c

Browse files
committed
Updated version
1 parent 248eab1 commit 775b49c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion '26.0.2'
65
defaultConfig {
76
applicationId "com.gtp.showapicturetoyourfriend"
87
minSdkVersion 15
98
targetSdkVersion 26
10-
versionCode 1
11-
versionName "1.0"
9+
versionCode 2
10+
versionName "1.1"
1211
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1312
}
1413
buildTypes {

0 commit comments

Comments
 (0)