diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index 3682ebc2..00000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 99e29a4a..fc42c1ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ apply plugin: 'me.tatarka.retrolambda' ext { okhttpVersion = "3.0.1" retrofitVersion = "2.0.0" - sdkVersion = 24 - supportLibVersion = "24.2.1" + sdkVersion = 25 + supportLibVersion = "25.0.1" } dependencies { @@ -29,10 +29,18 @@ dependencies { compile "com.android.support:appcompat-v7:${supportLibVersion}" compile "com.android.support:recyclerview-v7:${supportLibVersion}" + compile 'io.reactivex:rxandroid:1.2.0' + // Because RxAndroid releases are few and far between, it is recommended you also + // explicitly depend on RxJava's latest version for bug fixes and new features. + compile 'io.reactivex:rxjava:1.1.4' + compile 'io.reactivex:rxjava-math:1.0.0' compile 'com.github.kaushikgopal:CoreTextUtils:c703fa12b6' + compile 'com.jakewharton.rxbinding:rxbinding:0.2.0' compile 'com.jakewharton:butterknife:7.0.1' + compile 'com.jakewharton.rxrelay:rxrelay:1.2.0' compile 'com.jakewharton.timber:timber:2.4.2' compile "com.squareup.retrofit2:retrofit:${retrofitVersion}" + compile "com.squareup.retrofit2:adapter-rxjava:${retrofitVersion}" compile "com.squareup.retrofit2:converter-gson:${retrofitVersion}" compile "com.squareup.okhttp3:okhttp:${okhttpVersion}" compile "com.squareup.okhttp3:okhttp-urlconnection:${okhttpVersion}" @@ -63,7 +71,7 @@ dependencies { android { compileSdkVersion sdkVersion - buildToolsVersion '23.0.3' + buildToolsVersion '25.0.1' defaultConfig { applicationId "com.morihacky.android.rxjava" @@ -86,4 +94,4 @@ android { packagingOptions { pickFirst 'META-INF/rxjava.properties' } -} \ No newline at end of file +} diff --git a/build.gradle b/build.gradle index 85ab3d95..2f3a56d0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a0a2dce4..a65c7d35 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Sat Oct 01 19:11:24 PDT 2016 +#Fri Nov 11 11:28:53 AEDT 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew old mode 100755 new mode 100644