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

Commit 1495e4a

Browse files
committed
* [r] Updating readme and application version
1 parent c33acdf commit 1495e4a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# From v2.1:
2+
3+
## Bug Fixes
4+
* Fixed user id writing for a preview call.
5+
16
# From v2.0:
27

38
## Bug Fixes

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "io.qtalk.qgamejsinterfacetester"
1111
minSdkVersion 21
1212
targetSdkVersion 28
13-
versionCode 10 // cause version name started as 1.0 and version code as 1
14-
versionName "2.1"
13+
versionCode 11 // cause version name started as 1.0 and version code as 1
14+
versionName "2.2"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
vectorDrawables.useSupportLibrary = true
1717
}

0 commit comments

Comments
 (0)