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

Unified Diff: samples/github/android/GithubMock/app/build.gradle

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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
Index: samples/github/android/GithubMock/app/build.gradle
diff --git a/samples/github/android/GithubMock/app/build.gradle b/samples/github/android/GithubMock/app/build.gradle
deleted file mode 100644
index 53885993559c2270c53f939b1cde8706a03b65c6..0000000000000000000000000000000000000000
--- a/samples/github/android/GithubMock/app/build.gradle
+++ /dev/null
@@ -1,25 +0,0 @@
-apply plugin: 'com.android.application'
-
-android {
- compileSdkVersion 23
- buildToolsVersion "23.0.0"
-
- defaultConfig {
- applicationId "com.google.dartino.githubmock"
- minSdkVersion 22
- targetSdkVersion 23
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
-}
-
-dependencies {
- compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:support-v4:23.0.0'
-}
« no previous file with comments | « samples/github/android/GithubMock/app/app.iml ('k') | samples/github/android/GithubMock/app/proguard-rules.pro » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698