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

Side by Side Diff: samples/todomvc/android/TodoMVC/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 21
5 buildToolsVersion "21.1.2"
6
7 defaultConfig {
8 applicationId "com.google.dartino.todomvc"
9 minSdkVersion 15
10 targetSdkVersion 21
11 versionCode 1
12 versionName "1.0"
13 }
14 buildTypes {
15 release {
16 minifyEnabled false
17 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'progu ard-rules.pro'
18 }
19 }
20 }
21
22 dependencies {
23 compile fileTree(dir: 'libs', include: ['*.jar'])
24 compile 'com.android.support:appcompat-v7:21.0.3'
25 }
OLDNEW
« no previous file with comments | « samples/todomvc/android/TodoMVC/app/app.iml ('k') | samples/todomvc/android/TodoMVC/app/proguard-rules.pro » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698