mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
update to 1.1.0-SNAPSHOT
This commit is contained in:
parent
c32b2c3500
commit
3167489c9f
2 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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();
|
Loading…
Reference in a new issue