Skip to content

Commit

Permalink
increment buildnum v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Mangeym committed Jul 25, 2019
1 parent 76f488e commit fa17bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "chat.veranda.android"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 6060
versionName "0.6.6"
versionCode 6070
versionName "0.6.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR

override fun showConnectionState(state: State) {
Timber.d("Got new state: $state")
// Timber.d("Connection state changed") - connect this to FireBase somehow
// ui {
// text_connection_status.fadeIn()
// handler.removeCallbacks(dismissStatus)
Expand Down

0 comments on commit fa17bd9

Please sign in to comment.