| 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.+'
|
| -}
|
|
|