From 7e3b7a02ff25312f1041041330770d1d3da9c523 Mon Sep 17 00:00:00 2001 From: hvarona Date: Fri, 25 May 2018 14:54:07 -0400 Subject: [PATCH] Change Version --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 812d19b..9e9c461 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 19 targetSdkVersion 26 versionCode 1 - versionName "1.0" + versionName "0.1t.alpha" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -35,9 +35,9 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) //testCompile 'com.android.support.test:runner:1.0.1' - compile 'com.android.support:appcompat-v7:26.1.0' - compile 'com.android.support:support-v4:26.1.0' - compile 'com.android.support:design:26.1.0' + compile 'com.android.support:appcompat-v7:26.0.2' + compile 'com.android.support:support-v4:26.0.2' + compile 'com.android.support:design:26.0.2' compile 'com.android.support.constraint:constraint-layout:1.0.2' compile 'android.arch.lifecycle:runtime:1.0.3' compile 'android.arch.lifecycle:extensions:1.0.0'