Skip to content

Commit 82cbe20

Browse files
committed
Update to version 2.2.0 to use Android SDK 2.2.0
1 parent 2ef6b2f commit 82cbe20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sampleapp/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ repositories {
3232
android {
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
}

sampleapp/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)