Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: platform_tools/android/apps/viewer/build.gradle

Issue 2004633002: Add drawer with state information (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/StateAdapter.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79cac8a7d4767dc989e072f7b2fb26e80b4122de..15cff2cb39854cdfeefe31d2b36eaef625d2f2e3 100644
--- a/platform_tools/android/apps/viewer/build.gradle
+++ b/platform_tools/android/apps/viewer/build.gradle
@@ -5,8 +5,14 @@
* 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 19
+ compileSdkVersion 23
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "org.skia.viewer"
« no previous file with comments | « no previous file | platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/StateAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698