This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
Releases: derohimat/android-base-mvp
Releases · derohimat/android-base-mvp
Support for Android Studio 3
for this update add butterknife library in
/build.gradle
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
app/build.gradle
implementation 'com.jakewharton:butterknife:9.0.0-SNAPSHOT'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-SNAPSHOT'
refactoring
change structure project to library and sample
delete unused class
refactor MvpView to BaseView and move to Library
Move RX to App Gradle
add this library in appgradle for version 0.4
//----- The core of Reactive Programming
compile 'io.reactivex:rxjava:1.1.9'
compile 'io.reactivex:rxandroid:1.2.1'
downgrade min SDK to 15
downgrade min SDK to 15
update build version to 24.0.2
remove unused depedency
update some library gradle version
Android Base MVP Concept
Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP, XRecyclerView