Change Version
This commit is contained in:
parent
6fe788b640
commit
7e3b7a02ff
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ android {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "0.1t.alpha"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
@ -35,9 +35,9 @@ dependencies {
|
||||||
exclude group: 'com.android.support', module: 'support-annotations'
|
exclude group: 'com.android.support', module: 'support-annotations'
|
||||||
})
|
})
|
||||||
//testCompile 'com.android.support.test:runner:1.0.1'
|
//testCompile 'com.android.support.test:runner:1.0.1'
|
||||||
compile 'com.android.support:appcompat-v7:26.1.0'
|
compile 'com.android.support:appcompat-v7:26.0.2'
|
||||||
compile 'com.android.support:support-v4:26.1.0'
|
compile 'com.android.support:support-v4:26.0.2'
|
||||||
compile 'com.android.support:design:26.1.0'
|
compile 'com.android.support:design:26.0.2'
|
||||||
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
||||||
compile 'android.arch.lifecycle:runtime:1.0.3'
|
compile 'android.arch.lifecycle:runtime:1.0.3'
|
||||||
compile 'android.arch.lifecycle:extensions:1.0.0'
|
compile 'android.arch.lifecycle:extensions:1.0.0'
|
||||||
|
|
Loading…
Reference in a new issue