File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,20 +26,27 @@ dependencies {
2626}
2727
2828android {
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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # Thu Feb 25 15:10:50 PST 2016
1+ # Thu Apr 07 23:27:28 PDT 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments