Skip to content

Commit

Permalink
3.1.0 Release; Prepared next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Nov 28, 2017
1 parent 52dfe22 commit 086f229
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ A Model-View-Presenter and Model-View-Intent library for Android apps.
```groovy
dependencies {
compile 'com.hannesdorfmann.mosby3:mvi:3.0.4' // Model-View-Intent
compile 'com.hannesdorfmann.mosby3:mvi:3.1.0' // Model-View-Intent
// or
compile 'com.hannesdorfmann.mosby3:mvp:3.0.4' // Plain MVP
compile 'com.hannesdorfmann.mosby3:mvp:3.1.0' // Plain MVP
// or
compile 'com.hannesdorfmann.mosby3:viewstate:3.0.4' // MVP + ViewState support
compile 'com.hannesdorfmann.mosby3:viewstate:3.1.0' // MVP + ViewState support
}
```

Expand All @@ -23,10 +23,10 @@ Additional modules:
dependencies {
// MVP + ViewState + LCE Views
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.0.4'
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.1.0'
// Null Object Presenter for MVP
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.0.4'
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.1.0'
}
```

Expand All @@ -35,13 +35,13 @@ dependencies {
```groovy
dependencies {
compile 'com.hannesdorfmann.mosby3:mvi:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvi:3.1.1-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:viewstate:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp:3.1.1-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:viewstate:3.1.1-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.0.5-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-lce:3.1.1-SNAPSHOT'
compile 'com.hannesdorfmann.mosby3:mvp-nullobject-presenter:3.1.1-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.1.0-SNAPSHOT
VERSION_CODE=310
VERSION_NAME=3.1.1-SNAPSHOT
VERSION_CODE=311
GROUP=com.hannesdorfmann.mosby3

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

0 comments on commit 086f229

Please sign in to comment.