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

Unified Diff: samples/github/android/GithubSample/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/GithubSample/app/build.gradle
diff --git a/samples/github/android/GithubSample/app/build.gradle b/samples/github/android/GithubSample/app/build.gradle
deleted file mode 100644
index 5d88ef81592445946c725473705d8b40c63f7d6b..0000000000000000000000000000000000000000
--- a/samples/github/android/GithubSample/app/build.gradle
+++ /dev/null
@@ -1,35 +0,0 @@
-apply plugin: 'com.android.application'
-
-android {
- compileSdkVersion 22
- buildToolsVersion "23.0.0"
-
- defaultConfig {
- applicationId "com.google.dartino.githubsample"
- minSdkVersion 21
- targetSdkVersion 22
- versionCode 1
- versionName "1.0"
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
-
- sourceSets {
- main {
- java.srcDir '../../../generated/immi/java'
- java.srcDir '../../../../../pkg/immi_samples/lib/android/src/main'
- }
- }
-}
-
-dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:21.0.2'
- compile 'com.android.support:cardview-v7:21.0.+'
- compile 'com.android.support:recyclerview-v7:21.0.+'
-}
« no previous file with comments | « samples/github/android/GithubSample/app/app.iml ('k') | samples/github/android/GithubSample/app/proguard-rules.pro » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698