We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740506d commit 849c774Copy full SHA for 849c774
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 24
9
targetSdkVersion 26
10
versionCode 1
11
- versionName "1.0"
+ versionName "0.1"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.0-alpha5'
+ classpath 'com.android.tools.build:gradle:3.0.0-alpha6'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
0 commit comments