| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f3579c3 commit 4d06add
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,9 @@ | |||
| 7 | 7 | </configuration> | |
| 8 | 8 | </facet> | |
| 9 | 9 | </component> | |
| 10 | - <component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
| 10 | + <component name="NewModuleRootManager" inherit-compiler-output="false"> | ||
| 11 | + <output url="file://$MODULE_DIR$/build/classes/main" /> | ||
| 12 | + <output-test url="file://$MODULE_DIR$/build/classes/test" /> | ||
| 11 | 13 | <exclude-output /> | |
| 12 | 14 | <content url="file://$MODULE_DIR$"> | |
| 13 | 15 | <excludeFolder url="file://$MODULE_DIR$/.gradle" /> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ | |||
| 10 | 10 | <configuration> | |
| 11 | 11 | <option name="SELECTED_BUILD_VARIANT" value="debug" /> | |
| 12 | 12 | <option name="ASSEMBLE_TASK_NAME" value="assembleDebug" /> | |
| 13 | - <option name="COMPILE_JAVA_TASK_NAME" value="compileDebugJava" /> | ||
| 13 | + <option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" /> | ||
| 14 | 14 | <option name="ASSEMBLE_TEST_TASK_NAME" value="assembleDebugTest" /> | |
| 15 | 15 | <option name="SOURCE_GEN_TASK_NAME" value="generateDebugSources" /> | |
| 16 | 16 | <option name="TEST_SOURCE_GEN_TASK_NAME" value="generateDebugTestSources" /> | |
@@ -31,11 +31,13 @@ | |||
| 31 | 31 | <sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" /> | |
| 32 | 32 | <sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" generated="true" /> | |
| 33 | 33 | <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" /> | |
| 34 | + <sourceFolder url="file://$MODULE_DIR$/build/generated/res/generated/debug" type="java-resource" /> | ||
| 34 | 35 | <sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/test/debug" isTestSource="true" generated="true" /> | |
| 35 | 36 | <sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/test/debug" isTestSource="true" generated="true" /> | |
| 36 | 37 | <sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/test/debug" isTestSource="true" generated="true" /> | |
| 37 | 38 | <sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/test/debug" isTestSource="true" generated="true" /> | |
| 38 | 39 | <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/test/debug" type="java-test-resource" /> | |
| 40 | + <sourceFolder url="file://$MODULE_DIR$/build/generated/res/generated/test/debug" type="java-test-resource" /> | ||
| 39 | 41 | <sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" /> | |
| 40 | 42 | <sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" /> | |
| 41 | 43 | <sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" /> | |
@@ -77,22 +79,23 @@ | |||
| 77 | 79 | <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> | |
| 78 | 80 | <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> | |
| 79 | 81 | <excludeFolder url="file://$MODULE_DIR$/build/outputs" /> | |
| 82 | + <excludeFolder url="file://$MODULE_DIR$/build/tmp" /> | ||
| 80 | 83 | </content> | |
| 81 | - <orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" /> | ||
| 84 | + <orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" /> | ||
| 82 | 85 | <orderEntry type="sourceFolder" forTests="false" /> | |
| 83 | - <orderEntry type="library" exported="" name="timber-2.2.2" level="project" /> | ||
| 84 | 86 | <orderEntry type="library" exported="" name="okhttp-urlconnection-2.0.0" level="project" /> | |
| 85 | - <orderEntry type="library" exported="" name="support-v13-20.0.0" level="project" /> | ||
| 86 | 87 | <orderEntry type="library" exported="" name="gson-2.2.4" level="project" /> | |
| 88 | + <orderEntry type="library" exported="" name="support-v4-21.0.2" level="project" /> | ||
| 87 | 89 | <orderEntry type="library" exported="" name="okio-1.0.0" level="project" /> | |
| 88 | - <orderEntry type="library" exported="" name="support-v4-20.0.0" level="project" /> | ||
| 90 | + <orderEntry type="library" exported="" name="timber-2.4.2" level="project" /> | ||
| 91 | + <orderEntry type="library" exported="" name="support-v13-21.0.2" level="project" /> | ||
| 89 | 92 | <orderEntry type="library" exported="" name="retrofit-1.6.1" level="project" /> | |
| 93 | + <orderEntry type="library" exported="" name="support-annotations-21.0.2" level="project" /> | ||
| 90 | 94 | <orderEntry type="library" exported="" name="guava-17.0" level="project" /> | |
| 91 | 95 | <orderEntry type="library" exported="" name="butterknife-5.1.1" level="project" /> | |
| 92 | - <orderEntry type="library" exported="" name="support-annotations-20.0.0" level="project" /> | ||
| 93 | - <orderEntry type="library" exported="" name="rxjava-core-0.20.4" level="project" /> | ||
| 96 | + <orderEntry type="library" exported="" name="rxandroid-0.22.0" level="project" /> | ||
| 94 | 97 | <orderEntry type="library" exported="" name="okhttp-2.0.0" level="project" /> | |
| 95 | - <orderEntry type="library" exported="" name="rxjava-android-0.20.4" level="project" /> | ||
| 98 | + <orderEntry type="library" exported="" name="rxjava-1.0.0-rc.6" level="project" /> | ||
| 96 | 99 | </component> | |
| 97 | 100 | </module> | |
| 98 | 101 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,14 @@ | |||
| 1 | 1 | apply plugin: 'com.android.application' | |
| 2 | 2 | ||
| 3 | 3 | dependencies { | |
| 4 | - compile 'com.android.support:support-v13:20.0.+' | ||
| 4 | + compile 'com.android.support:support-v13:21.0.2' | ||
| 5 | 5 | ||
| 6 | 6 | compile 'com.google.guava:guava:17.+' | |
| 7 | 7 | ||
| 8 | 8 | compile 'com.jakewharton:butterknife:5.1.1' | |
| 9 | - compile 'com.jakewharton.timber:timber:2.2.2' | ||
| 10 | - compile 'com.netflix.rxjava:rxjava-android:0.20.4' | ||
| 9 | + compile 'com.jakewharton.timber:timber:2.4.2' | ||
| 10 | + compile 'io.reactivex:rxandroid:0.22.0' | ||
| 11 | + //compile 'io.reactivex:rxjava-math:0.21.0' | ||
| 11 | 12 | ||
| 12 | 13 | compile 'com.squareup.retrofit:retrofit:1.6.1' | |
| 13 | 14 | compile 'com.squareup.okhttp:okhttp:2.0.0' | |
@@ -16,19 +17,19 @@ dependencies { | |||
| 16 | 17 | } | |
| 17 | 18 | ||
| 18 | 19 | android { | |
| 19 | - compileSdkVersion 19 | ||
| 20 | - buildToolsVersion '19.1.0' | ||
| 20 | + compileSdkVersion 21 | ||
| 21 | + buildToolsVersion '21.1.2' | ||
| 21 | 22 | ||
| 22 | 23 | defaultConfig { | |
| 23 | 24 | applicationId "com.morihacky.android.rxjava" | |
| 24 | 25 | minSdkVersion 14 | |
| 25 | - targetSdkVersion 19 | ||
| 26 | + targetSdkVersion 21 | ||
| 26 | 27 | versionCode 1 | |
| 27 | 28 | versionName "1.0" | |
| 28 | 29 | } | |
| 29 | 30 | buildTypes { | |
| 30 | 31 | release { | |
| 31 | - runProguard false | ||
| 32 | + minifyEnabled true | ||
| 32 | 33 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | |
| 33 | 34 | } | |
| 34 | 35 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ buildscript { | |||
| 6 | 6 | mavenCentral() | |
| 7 | 7 | } | |
| 8 | 8 | dependencies { | |
| 9 | - classpath 'com.android.tools.build:gradle:0.12.+' | ||
| 9 | + classpath 'com.android.tools.build:gradle:1.0.0' | ||
| 10 | 10 | ||
| 11 | 11 | // NOTE: Do not place your application dependencies here; they belong | |
| 12 | 12 | // in the individual module build.gradle files | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | - #Wed Apr 10 15:27:10 PDT 2013 | ||
| 1 | + #Wed Dec 24 12:27:06 PST 2014 | ||
| 2 | 2 | distributionBase=GRADLE_USER_HOME | |
| 3 | 3 | distributionPath=wrapper/dists | |
| 4 | 4 | zipStoreBase=GRADLE_USER_HOME | |
| 5 | 5 | zipStorePath=wrapper/dists | |
| 6 | - distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip | ||
| 6 | + distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments