We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248eab1 commit 775b49cCopy full SHA for 775b49c
app/build.gradle
@@ -2,13 +2,12 @@ apply plugin: 'com.android.application'
2
3
android {
4
compileSdkVersion 26
5
- buildToolsVersion '26.0.2'
6
defaultConfig {
7
applicationId "com.gtp.showapicturetoyourfriend"
8
minSdkVersion 15
9
targetSdkVersion 26
10
- versionCode 1
11
- versionName "1.0"
+ versionCode 2
+ versionName "1.1"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
0 commit comments