update to 1.1.0-SNAPSHOT

This commit is contained in:
Felix 2017-10-25 00:04:25 +02:00
parent c32b2c3500
commit 3167489c9f
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ android {
}
group="de.nicidienase.chaosflix"
version="1.0.0"
version="1.1.0-SNAPSHOT"
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
@ -52,6 +52,8 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
implementation 'com.github.satyan:sugar:1.4'
implementation 'com.squareup.retrofit2:retrofit:2.2.0'
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.2.0'

View file

@ -10,7 +10,7 @@ import com.orm.SugarContext;
* Created by felix on 18.03.17.
*/
public class ChaosflixApplication extends Application {
public class ChaosflixDebugApplication extends Application {
@Override
public void onCreate() {
super.onCreate();