Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
* [r] Bumped app version
Browse files Browse the repository at this point in the history
* [r] Updates CHANGELOG.md
  • Loading branch information
shahsurajk committed Feb 7, 2020
1 parent 74d1227 commit 0f25994
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# From v2.8:

# Major Changes
* Changed caller control layout. - Jaseemakhtar

# Minor Changes
* Marking audio route and mute states in the participants state field in RTDB. - Faisal Ahmed

## Bug Fixes
* Fixed bug where rtdbReference was referred before being initialised in WebViewFragment.kt.

# From v2.7:

# Major Changes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.qtalk.qgamejsinterfacetester"
minSdkVersion 21
targetSdkVersion 28
versionCode 17 // cause version name started as 1.0 and version code as 1
versionName "2.8"
versionCode 18 // cause version name started as 1.0 and version code as 1
versionName "2.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 0f25994

Please sign in to comment.