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"
12- minSdkVersion 19
13- targetSdkVersion 29
11+ minSdkVersion 21
12+ targetSdkVersion 32
1413 versionCode 1
1514 versionName " 1.0"
16-
1715 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1816 }
1917
@@ -38,7 +36,6 @@ android {
3836 }
3937 }
4038
41- ndkVersion ' 21.4.7075529'
4239}
4340
4441dependencies {
@@ -67,15 +64,15 @@ dependencies {
6764 }
6865
6966
70- implementation ' androidx.appcompat:appcompat:1.1 .0'
71- implementation ' androidx.constraintlayout:constraintlayout:1 .1.3 '
67+ implementation ' androidx.appcompat:appcompat:1.5 .0'
68+ implementation ' androidx.constraintlayout:constraintlayout:2 .1.4 '
7269
7370 // Java language implementation
74- implementation " androidx.navigation:navigation-fragment:2.3.0-alpha06 "
75- implementation " androidx.navigation:navigation-ui:2.3.0-alpha06 "
71+ implementation " androidx.navigation:navigation-fragment:2.5.0 "
72+ implementation " androidx.navigation:navigation-ui:2.5.0 "
7673
7774 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
78- implementation ' androidx.recyclerview:recyclerview:1.1.0 '
75+ implementation ' androidx.recyclerview:recyclerview:1.2.1 '
7976 if (simpleFilter. toBoolean()) {
8077 implementation project(path : ' :agora-simple-filter' )
8178 }
0 commit comments