This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5656apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments