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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 apply plugin: 'com.android.application'
2
3 android {
4 compileSdkVersion 23
5 buildToolsVersion "23.0.0"
6
7 defaultConfig {
8 applicationId "com.google.dartino.githubmock"
9 minSdkVersion 22
10 targetSdkVersion 23
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(include: ['*.jar'], dir: 'libs')
24 compile 'com.android.support:support-v4:23.0.0'
25 }
OLDNEW
« 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