Skip to content

Commit 849c774

Browse files
committed
Bump version (1)
1 parent 740506d commit 849c774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 24
99
targetSdkVersion 26
1010
versionCode 1
11-
versionName "1.0"
11+
versionName "0.1"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.0.0-alpha5'
11+
classpath 'com.android.tools.build:gradle:3.0.0-alpha6'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

0 commit comments

Comments
 (0)