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

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

Issue 1275223003: Ensure that android "release" apps are signed with debug key (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/bin/android_install_app » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/apps/sample_app/build.gradle
diff --git a/platform_tools/android/apps/sample_app/build.gradle b/platform_tools/android/apps/sample_app/build.gradle
index e2986e09a4a45ef7d598cec8121d8bc53d90cc77..def446a3826d31a7098a39599983c0c84e302416 100644
--- a/platform_tools/android/apps/sample_app/build.gradle
+++ b/platform_tools/android/apps/sample_app/build.gradle
@@ -10,6 +10,7 @@ android {
targetSdkVersion 19
versionCode 1
versionName "1.0"
+ signingConfig signingConfigs.debug
}
sourceSets.main.jni.srcDirs = [] //disable automatic ndk-build call
« no previous file with comments | « no previous file | platform_tools/android/bin/android_install_app » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698