Skip to content

Commit 41ee301

Browse files
author
zhaoyongqiang
committed
Merge branch 'dev/4.0.0-GA' of github.com:AgoraIO/API-Examples into dev/4.0.0-GA
2 parents e50f722 + 05f73a5 commit 41ee301

52 files changed

Lines changed: 3190 additions & 10780 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Android/APIExample/agora-simple-filter/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.3"
4+
compileSdkVersion 31
5+
buildToolsVersion "31.0.0"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 29
9+
targetSdkVersion 31
1010
versionCode 1
1111
versionName "1.0"
1212

@@ -37,7 +37,7 @@ android {
3737
}
3838
}
3939

40-
ndkVersion '21.0.6113669'
40+
ndkVersion '21.4.7075529'
4141
}
4242

4343
dependencies {

0 commit comments

Comments
 (0)