Skip to content

Commit

Permalink
Releasing 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed May 15, 2017
1 parent b775b46 commit 0a5ada9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,38 @@ Check the [project website](http://hannesdorfmann.com/mosby/) for more informati
```groovy
dependencies {
compile 'com.hannesdorfmann.mosby3:mvi:3.0.3' // Model-View-Intent
compile 'com.hannesdorfmann.mosby3:mvi:3.0.4' // Model-View-Intent
// or
compile 'com.hannesdorfmann.mosby3:mvp:3.0.3' // Plain MVP
compile 'com.hannesdorfmann.mosby3:mvp:3.0.4' // Plain MVP
// or
compile 'com.hannesdorfmann.mosby3:viewstate:3.0.3' // MVP + ViewState support
compile 'com.hannesdorfmann.mosby3:viewstate:3.0.4' // MVP + ViewState support
}
```

Additional modules:

```groovy
dependencies {
// MVP + ViewState + LCE Views
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.0.3'
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.0.4'
// Null Object Presenter for MVP
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.0.3'
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.0.4'
}
```

SNAPSHOT:
```groovy
dependencies {
compile 'com.hannesdorfmann.mosby3:mvi:3.0.4-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvi:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp:3.0.4-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:viewstate:3.0.4-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:viewstate:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.0.4-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.0.4-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.0.5-SNAPSHOT'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=3.0.4-SNAPSHOT
VERSION_CODE=304
VERSION_NAME=3.0.5-SNAPSHOT
VERSION_CODE=305
GROUP=com.hannesdorfmann.mosby3

POM_DESCRIPTION=A Model-View-Presenter library for Android apps
Expand Down

0 comments on commit 0a5ada9

Please sign in to comment.