11apply plugin : ' com.android.application'
2- apply plugin : " androidx.navigation.safeargs"
32
43def localSdkPath= " ${ rootProject.projectDir.absolutePath} /../../sdk"
54
65android {
7- compileSdkVersion 31
8- buildToolsVersion " 31 .0.0"
6+ compileSdkVersion 32
7+ buildToolsVersion " 32 .0.0"
98
109 defaultConfig {
1110 applicationId " io.agora.api.example"
1211 minSdkVersion 19
13- targetSdkVersion 29
12+ targetSdkVersion 32
1413 versionCode 1
1514 versionName " 1.0"
1615
@@ -38,7 +37,6 @@ android {
3837 }
3938 }
4039
41- ndkVersion ' 21.4.7075529'
4240}
4341
4442dependencies {
@@ -56,15 +54,15 @@ dependencies {
5654 implementation " io.agora.rtc:audio-beauty:${ agora_sdk_version} "
5755 }
5856
59- implementation ' androidx.appcompat:appcompat:1.1 .0'
60- implementation ' androidx.constraintlayout:constraintlayout:1 .1.3 '
57+ implementation ' androidx.appcompat:appcompat:1.5 .0'
58+ implementation ' androidx.constraintlayout:constraintlayout:2 .1.4 '
6159
6260 // Java language implementation
63- implementation " androidx.navigation:navigation-fragment:2.3.0-alpha06 "
64- implementation " androidx.navigation:navigation-ui:2.3.0-alpha06 "
61+ implementation " androidx.navigation:navigation-fragment:2.5.0 "
62+ implementation " androidx.navigation:navigation-ui:2.5.0 "
6563
6664 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
67- implementation ' androidx.recyclerview:recyclerview:1.1.0 '
65+ implementation ' androidx.recyclerview:recyclerview:1.2.1 '
6866 testImplementation ' junit:junit:4.12'
6967 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
7068 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
0 commit comments