Skip to content

Commit c5aaa4e

Browse files
committed
[Android]update rtc sdk to 3.7.1
1 parent c5d00fd commit c5aaa4e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Android/APIExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.4.2'
10+
classpath 'com.android.tools.build:gradle:4.0.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414

15-
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0-alpha06"
15+
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0"
1616
}
1717
}
1818

Android/APIExample/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

Android/APIExample/lib-component/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3131
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3232

33-
api 'io.agora.rtc:full-sdk:3.7.0'
33+
api 'io.agora.rtc:full-sdk:3.7.1'
3434
api 'io.agora:player:1.3.0'
35-
api 'io.agora.rtc:full-screen-sharing:3.7.0'
35+
api 'io.agora.rtc:full-screen-sharing:3.7.1'
3636

3737
}

Android/build-template/build-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
workingDirectory: ${{ parameters.project }}/${{ parameters.module }}
2323
gradleWrapperFile: ${{ parameters.project }}/gradlew
2424
options: '--stacktrace'
25+
jdkVersionOption: '1.11'
2526
gradleOptions: '-Xmx3072m'
2627
publishJUnitResults: false
2728
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)