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

Commit bdbd746

Browse files
committed
* [r] Bumped app version
* [r] Update CHANGELOG.md
1 parent 0c835f5 commit bdbd746

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# From v2.2:
2+
3+
# Major Changes
4+
* Writing call ended at to RTDB
5+
6+
## New Features
7+
* Writing call ended at to RTDB
8+
* Adding app icon
9+
10+
#### Updated Dependencies
11+
* Android gradle plugin
12+
113
# From v2.1:
214

315
## Bug Fixes

app/build.gradle

Lines changed: 4 additions & 4 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 11 // cause version name started as 1.0 and version code as 1
14-
versionName "2.2"
13+
versionCode 12 // cause version name started as 1.0 and version code as 1
14+
versionName "2.3"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
vectorDrawables.useSupportLibrary = true
1717
}
@@ -49,8 +49,8 @@ dependencies {
4949
implementation 'com.afollestad.material-dialogs:core:3.0.2'
5050
implementation 'com.afollestad.material-dialogs:input:3.0.1'
5151
testImplementation 'junit:junit:4.12'
52-
androidTestImplementation 'androidx.test:runner:1.3.0-alpha02'
53-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha02'
52+
androidTestImplementation 'androidx.test:runner:1.3.0-alpha03'
53+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha03'
5454
}
5555

5656
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)