Skip to content
Snippets Groups Projects
Commit c6508844 authored by John Carlson's avatar John Carlson
Browse files

No backup allowed

parent 0b8b387b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,7 +22,7 @@ def versionBuild = 0 // bump for dogfood builds, public betas, etc.
 
android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.1"
 
project.ext {
LABCOAT_FABRIC_KEY = project.hasProperty("LABCOAT_FABRIC_KEY") ? project.LABCOAT_FABRIC_KEY : "";
Loading
Loading
@@ -90,13 +90,13 @@ dependencies {
compile 'com.github.aurae.retrofit2:converter-logansquare:1.4.1'
compile 'com.github.Commit451:RetrofitProguardRules:2.1.0.0'
compile 'com.squareup.okhttp3:okhttp:3.4.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.github.Commit451:EventBusProGuardRules:3.0.0.0'
compile 'io.reactivex:rxjava:1.2.2'
compile 'com.artemzin.rxjava:proguard-rules:1.2.2.0'
compile 'io.reactivex:rxjava:1.2.3'
compile 'com.artemzin.rxjava:proguard-rules:1.2.3.0'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'com.trello:rxlifecycle-components:1.0'
compile 'com.jakewharton:butterknife:8.4.0'
Loading
Loading
@@ -104,7 +104,7 @@ dependencies {
compile 'com.jakewharton.timber:timber:4.3.1'
annotationProcessor 'com.bluelinelabs:logansquare-compiler:1.3.7'
compile 'com.bluelinelabs:logansquare:1.3.7'
compile 'net.danlew:android.joda:2.9.5'
compile 'net.danlew:android.joda:2.9.5.1'
compile 'org.parceler:parceler-api:1.1.6'
annotationProcessor 'org.parceler:parceler:1.1.6'
compile 'com.github.Commit451:bypasses:1.0.4'
Loading
Loading
@@ -114,13 +114,13 @@ dependencies {
compile 'com.github.Commit451.Easel:easel:2.1.1@aar'
compile 'com.github.Commit451:Gimbal:2.0.2'
compile 'com.github.Commit451:Teleprinter:1.0.2'
compile 'com.github.Commit451:BypassPicassoImageGetter:1.1.0'
compile 'com.github.Commit451:BypassPicassoImageGetter:1.1.1'
compile 'com.github.Commit451:Jounce:1.0.1'
compile 'com.github.Commit451:EasyCallback:2.1.1'
compile 'com.github.Commit451:ForegroundViews:2.3.1'
compile 'com.github.Commit451:MorphTransitions:2.0.0'
compile 'com.github.Commit451:Alakazam:0.0.1'
compile 'com.github.Commit451:Lift:1.0.1'
compile 'com.github.Commit451:Lift:1.1.0'
compile 'me.zhanghai.android.materialprogressbar:library:1.3.0'
compile 'com.github.Jawnnypoo:PhysicsLayout:2.1.0'
compile 'com.alexgwyn.recyclerviewsquire:recyclerviewsquire:0.0.6'
Loading
Loading
@@ -136,7 +136,7 @@ dependencies {
compile ('com.vdurmont:emoji-java:3.1.3') {
exclude group: 'org.json', module: 'json'
}
compile 'com.github.jkwiecien:EasyImage:1.4.0'
compile 'com.github.jkwiecien:EasyImage:1.4.1'
compile ('com.github.ozodrukh:CircularReveal:2.0.1@aar') {
transitive = true;
}
Loading
Loading
Loading
Loading
@@ -9,8 +9,8 @@
 
<application
android:name=".App"
android:allowBackup="true"
android:fullBackupContent="true"
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment