Skip to content

Commit

Permalink
Version 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Zaiats committed Sep 9, 2016
1 parent ccf92b1 commit 9649adb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This library helps reduce boilerplate code in android applications:
}

dependencies {
compile 'io.github.azaiats.androidmvvm:androidmvvm-core:0.2.1'
compile 'io.github.azaiats.androidmvvm:androidmvvm-navigation:0.2.1' // optional
compile 'io.github.azaiats.androidmvvm:androidmvvm-core:0.2.2'
compile 'io.github.azaiats.androidmvvm:androidmvvm-navigation:0.2.2' // optional
}

Don't forget to **enable Data Binding** in your module:
Expand All @@ -48,6 +48,9 @@ The library was inspired by:
- [Android ViewModelBinding](https://github.com/jakubkinst/Android-ViewModelBinding) library by @jakubkinst
- [Mosby](https://github.com/sockeqwe/mosby) library by @sockeqwe

Thanks to the following people for helping:
- [Or Noyman](https://github.com/restor1) (@restor1)

## License
Copyright 2016 Andrei Zaiats

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,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=0.2.1
VERSION_CODE=5
VERSION_NAME=0.2.2
VERSION_CODE=6
GROUP=io.github.azaiats.androidmvvm

DESCRIPTION=A Model-View-ViewModel library for Android apps
Expand Down

0 comments on commit 9649adb

Please sign in to comment.