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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 apply plugin: 'com.android.application'
2
3 android {
4 compileSdkVersion 22
5 buildToolsVersion "23.0.0"
6
7 defaultConfig {
8 applicationId "com.google.dartino.githubsample"
9 minSdkVersion 21
10 targetSdkVersion 22
11 versionCode 1
12 versionName "1.0"
13 }
14
15 buildTypes {
16 release {
17 minifyEnabled false
18 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'progu ard-rules.pro'
19 }
20 }
21
22 sourceSets {
23 main {
24 java.srcDir '../../../generated/immi/java'
25 java.srcDir '../../../../../pkg/immi_samples/lib/android/src/main'
26 }
27 }
28 }
29
30 dependencies {
31 compile fileTree(dir: 'libs', include: ['*.jar'])
32 compile 'com.android.support:appcompat-v7:21.0.2'
33 compile 'com.android.support:cardview-v7:21.0.+'
34 compile 'com.android.support:recyclerview-v7:21.0.+'
35 }
OLDNEW
« 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