diff options
| author | Michal Idziorek <m.i@gmx.at> | 2017-09-27 13:30:30 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2017-09-27 13:30:30 +0200 |
| commit | 66fbbf3a0639db9037ea3c2f2a36b6b38b2c51de (patch) | |
| tree | 13d82220c74d69e3318917fe64738f310083fa62 /android/app/build.gradle | |
| parent | 2419b2f7d32ebe41e8e45540963a1300f88b14b3 (diff) | |
downgraded to api 10 minsdk
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'*/ } |
