Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Releases: derohimat/android-base-mvp

Support for Android Studio 3

10 Jul 08:56
Compare
Choose a tag to compare

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

25 Jan 12:56
Compare
Choose a tag to compare

change structure project to library and sample
delete unused class
refactor MvpView to BaseView and move to Library

Move RX to App Gradle

17 Oct 10:11
Compare
Choose a tag to compare

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

31 Aug 09:15
Compare
Choose a tag to compare

downgrade min SDK to 15
update build version to 24.0.2
remove unused depedency
update some library gradle version

Android Base MVP Concept

02 Aug 06:37
Compare
Choose a tag to compare

Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP, XRecyclerView