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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
derohimat committed Aug 31, 2016
2 parents 64d39d1 + 6d27442 commit bb21b1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,24 @@ Step 1. Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
compile 'com.github.derohimat:android-base-mvp:0.1'
compile 'com.github.derohimat:android-base-mvp:0.3'
}

### Requirements :
Min SDK Version 15
Target SDK Version 24
Build Tools Version 24.0.2
Java 1.8


### Used Library from :
- [Retrofit 2](http://square.github.io/retrofit/)
- [OkHTTP 3](http://square.github.io/okhttp/)
- [RXJava](https://github.com/ReactiveX/RxJava)
- [Dagger 2](http://google.github.io/dagger/)
- [Event Bus](https://nodejs.org/)
- [XRecyclerView](https://github.com/jianghejie/XRecyclerView)
- [Butterknife 7](https://github.com/JakeWharton/butterknife)


### inspired by
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "net.derohimat.samplebasemvp"
minSdkVersion 15
targetSdkVersion 24
versionCode 2
versionName "0.2"
versionCode 3
versionName "0.3"
}

buildTypes {
Expand Down
8 changes: 4 additions & 4 deletions baseapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 24
versionCode 2
versionName "0.2"
versionCode 3
versionName "0.3"
}
}

Expand Down Expand Up @@ -47,8 +47,8 @@ dependencies {
compile 'com.nineoldandroids:library:2.4.0'

//----- The core of Reactive Programming
compile 'io.reactivex:rxjava:1.1.5'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'io.reactivex:rxjava:1.1.9'
compile 'io.reactivex:rxandroid:1.2.1'

//----- Butterknife
compile 'com.jakewharton:butterknife:7.0.1'
Expand Down

0 comments on commit bb21b1f

Please sign in to comment.