File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
compileSdkVersion safeExtGet(' compileSdkVersion' , 31 )
31
31
32
32
defaultConfig {
33
- minSdkVersion safeExtGet(' minSdkVersion' , 16 )
33
+ minSdkVersion safeExtGet(' minSdkVersion' , 21 )
34
34
35
35
consumerProguardFiles ' consumer-rules.pro'
36
36
}
Original file line number Diff line number Diff line change 3
3
-keep class org.jetbrains.** { *; }
4
4
5
5
-keep class io.agora.**{*;}
6
+ # Suppress ERROR: R8: Missing class com.google.devtools.build.android.desugar.runtime.ThrowableExtension
7
+ -dontwarn com.google.devtools.build.android.desugar.runtime.ThrowableExtension
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
+ namespace " io.agora.agora_rtc_ng_example"
30
+
29
31
compileSdkVersion 34
30
32
31
33
compileOptions {
@@ -44,7 +46,7 @@ android {
44
46
defaultConfig {
45
47
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46
48
applicationId " io.agora.agora_rtc_ng_example"
47
- minSdkVersion 18
49
+ minSdkVersion 21
48
50
targetSdkVersion flutter. targetSdkVersion
49
51
versionCode flutterVersionCode. toInteger()
50
52
versionName flutterVersionName
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
// Min kotlin version for Flutter SDK 3.24
3
- ext. kotlin_version = ' 1.7.0 '
3
+ ext. kotlin_version = ' 1.9.10 '
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:7.1.2 '
10
+ classpath ' com.android.tools.build:gradle:8.7.0 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -all.zip
7
7
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
ffi : ' >=1.1.2'
18
18
async : ^2.8.2
19
19
meta : ^1.7.0
20
- iris_method_channel : 2.0.0
20
+ iris_method_channel : ' >=2.2.0 '
21
21
js : ' >=0.6.3'
22
22
dev_dependencies :
23
23
flutter_test :
You can’t perform that action at this time.
0 commit comments