File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments