Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Luteoos committed Apr 3, 2019
1 parent df56e15 commit f8dd14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Few base classes for easier handling MVVM

# maven { url 'https://jitpack.io' }
# implementation 'com.github.Luteoos:Android--MVVMLib:2.0.1'
# implementation 'com.github.Luteoos:Android--MVVMLib:2.0.3'

or(with no ViewModelProvider)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ abstract class BaseViewModel : ViewModel(){

init {
message.value = 1.toString()
isInitialized = true
}

/**
Expand Down

0 comments on commit f8dd14f

Please sign in to comment.