File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ repositories {
3232android {
3333 compileSdkVersion 29
3434 defaultConfig {
35- applicationId " sg.com.temasys.skylink.sampleapp_2_1_4 "
35+ applicationId " sg.com.temasys.skylink.sampleapp_2_2_0 "
3636 minSdkVersion 21
3737 targetSdkVersion 29
38- versionCode 4
39- versionName " 2.1.4 "
38+ versionCode 5
39+ versionName " 2.2.0 "
4040 multiDexEnabled true
4141 }
4242 // Run lint checks but don't abort build
@@ -60,7 +60,7 @@ android {
6060
6161 implementation(group : ' sg.com.temasys.skylink.sdk' ,
6262 name : ' skylink_sdk' ,
63- version : ' 2.1.5 -RELEASE' ,
63+ version : ' 2.2.0 -RELEASE' ,
6464 ext : ' aar' ) {
6565 transitive = true
6666 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33
4- <string name =" app_name" >SampleApp 2.1.4 </string >
4+ <string name =" app_name" >SampleApp 2.2.0 </string >
55 <string name =" title_section1" > Audio </string >
66 <string name =" title_section2" > Video </string >
77 <string name =" title_section3" > Chat </string >
You can’t perform that action at this time.
0 commit comments