| Index: platform_tools/android/apps/viewer/build.gradle
|
| diff --git a/platform_tools/android/apps/viewer/build.gradle b/platform_tools/android/apps/viewer/build.gradle
|
| index 15cff2cb39854cdfeefe31d2b36eaef625d2f2e3..79cac8a7d4767dc989e072f7b2fb26e80b4122de 100644
|
| --- a/platform_tools/android/apps/viewer/build.gradle
|
| +++ b/platform_tools/android/apps/viewer/build.gradle
|
| @@ -5,14 +5,8 @@
|
| * found in the LICENSE file.
|
| */
|
| apply plugin: 'com.android.application'
|
| -
|
| -dependencies {
|
| - compile 'com.android.support:support-v13:23.3.0'
|
| - compile 'com.android.support:appcompat-v7:23.3.0'
|
| -}
|
| -
|
| android {
|
| - compileSdkVersion 23
|
| + compileSdkVersion 19
|
| buildToolsVersion "22.0.1"
|
| defaultConfig {
|
| applicationId "org.skia.viewer"
|
|
|