Skip to content

Commit 6a7f657

Browse files
author
Kaushik Gopal
committed
--wip--
1 parent 27a1ddb commit 6a7f657

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,27 @@ dependencies {
2626
}
2727

2828
android {
29-
compileSdkVersion 23
30-
buildToolsVersion '23.0.2'
29+
compileSdkVersion 'android-N'
30+
buildToolsVersion '24.0.0-rc1'
3131

3232
defaultConfig {
3333
applicationId "com.morihacky.android.rxjava"
34-
minSdkVersion 15
35-
targetSdkVersion 22
34+
minSdkVersion 'N'
35+
targetSdkVersion 'N'
3636
versionCode 1
3737
versionName "1.0"
38+
jackOptions {
39+
enabled true
40+
}
3841
}
3942
buildTypes {
4043
release {
4144
minifyEnabled true
4245
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
4346
}
4447
}
48+
compileOptions {
49+
sourceCompatibility JavaVersion.VERSION_1_8
50+
targetCompatibility JavaVersion.VERSION_1_8
51+
}
4552
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:1.3.1'
9+
classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Feb 25 15:10:50 PST 2016
1+
#Thu Apr 07 23:27:28 PDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)