From 66fbbf3a0639db9037ea3c2f2a36b6b38b2c51de Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Sep 2017 13:30:30 +0200 Subject: downgraded to api 10 minsdk --- android/app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'android/app/build.gradle') diff --git a/android/app/build.gradle b/android/app/build.gradle index 915e441..b7e5b15 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion "25.0.0" defaultConfig { applicationId "com.example.retard.myapplication" - minSdkVersion 14 + minSdkVersion 10 targetSdkVersion 26 versionCode 1 versionName "1.0" @@ -35,8 +35,8 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:26.+' - compile 'com.android.support.constraint:constraint-layout:1.0.2' - compile 'com.android.support:design:26.+' - testCompile 'junit:junit:4.12' + /*compile 'com.android.support:appcompat-v7:26.+'*/ + /*compile 'com.android.support.constraint:constraint-layout:1.0.2'*/ + /*compile 'com.android.support:design:26.+'*/ + /*testCompile 'junit:junit:4.12'*/ } -- cgit v1.2.3