File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 google()
1212 }
1313 dependencies {
14- classpath ' com.android.tools.build:gradle:3.2.1 '
14+ classpath ' com.android.tools.build:gradle:3.5.3 '
1515 classpath " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5"
1616 }
1717}
@@ -32,11 +32,11 @@ repositories {
3232android {
3333 compileSdkVersion 27
3434 defaultConfig {
35- applicationId " sg.com.temasys.skylink.sampleapp_2_0_0 "
35+ applicationId " sg.com.temasys.skylink.sampleapp_2_1_0 "
3636 minSdkVersion 16
3737 targetSdkVersion 27
38- versionCode 1
39- versionName " 2.0 .0"
38+ versionCode 2
39+ versionName " 2.1 .0"
4040 multiDexEnabled true
4141 }
4242 // Run lint checks but don't abort build
@@ -59,7 +59,7 @@ android {
5959 implementation ' com.android.support:recyclerview-v7:27.1.0'
6060 implementation(group : ' sg.com.temasys.skylink.sdk' ,
6161 name : ' skylink_sdk' ,
62- version : ' 2.0 .0-RELEASE' ,
62+ version : ' 2.1 .0-RELEASE' ,
6363 ext : ' aar' ) {
6464 transitive = true
6565 }
Original file line number Diff line number Diff line change 1- # Wed Apr 18 21:31:29 SGT 2018
1+ # Tue Mar 10 15:27:53 SGT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
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.0 .0</string >
4+ <string name =" app_name" >SampleApp 2.1 .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