diff options
Diffstat (limited to 'android/app/build.gradle')
| -rw-r--r-- | android/app/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
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'*/ } |
