This repository has been archived by the owner on Apr 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
123 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,7 @@ proguard/ | |
|
||
|
||
# Fix for jdk version mismatches | ||
.idea/ | ||
.idea/ | ||
app/google-services.json | ||
|
||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
apply plugin: 'com.android.application' | ||
|
||
android { | ||
compileSdkVersion 23 | ||
buildToolsVersion "23.0.2" | ||
compileSdkVersion 24 | ||
buildToolsVersion "24.0.0" | ||
|
||
defaultConfig { | ||
applicationId "com.marcorei.reactivefiredemo" | ||
minSdkVersion 16 | ||
targetSdkVersion 23 | ||
targetSdkVersion 24 | ||
versionCode 1 | ||
versionName "0.0.1" | ||
versionName "2.0.0" | ||
} | ||
packagingOptions { | ||
exclude 'META-INF/LICENSE'; | ||
exclude 'META-INF/NOTICE'; | ||
} | ||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
packagingOptions { | ||
exclude 'META-INF/LICENSE'; | ||
exclude 'META-INF/NOTICE'; | ||
} | ||
} | ||
|
||
dependencies { | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | ||
testCompile 'junit:junit:4.12' | ||
|
||
compile 'com.android.support:appcompat-v7:23.1.1' | ||
compile 'com.android.support:recyclerview-v7:23.1.1' | ||
compile 'com.android.support:appcompat-v7:24.0.0' | ||
compile 'com.android.support:recyclerview-v7:24.0.0' | ||
|
||
compile 'com.firebase:firebase-client-android:2.3.1' | ||
compile 'com.google.firebase:firebase-database:9.2.0' | ||
|
||
compile 'io.reactivex:rxandroid:1.0.1' | ||
compile 'io.reactivex:rxjava:1.0.14' | ||
compile 'io.reactivex:rxandroid:1.2.1' | ||
compile 'io.reactivex:rxjava:1.1.7' | ||
|
||
compile project(':reactivefire') | ||
} | ||
|
||
apply plugin: 'com.google.gms.google-services' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mon Nov 16 22:06:09 CET 2015 | ||
#Mon Jul 11 14:22:23 CEST 2016 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.