File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,11 @@ jobs:
203
203
needs : flutter_codestyle_check
204
204
strategy :
205
205
matrix :
206
+ <<<<<<< HEAD
206
207
version : ["2.10.5", "3.x"]
208
+ =======
209
+ version : ["3.7.12", "3.x"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838
210
+ >>>>>>> f4ffd347 ([example][android] Bump AGP 8.7 and Gradle 8.10 (#2049))
207
211
runs-on : ubuntu-latest
208
212
steps :
209
213
- uses : actions/checkout@v3
@@ -225,7 +229,11 @@ jobs:
225
229
if : ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
226
230
strategy :
227
231
matrix :
232
+ <<<<<<< HEAD
228
233
version : ["2.10.5", "3.x"]
234
+ =======
235
+ version : ["3.7.12", "3.x"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838
236
+ >>>>>>> f4ffd347 ([example][android] Bump AGP 8.7 and Gradle 8.10 (#2049))
229
237
runs-on : windows-2019
230
238
steps :
231
239
- uses : actions/checkout@v3
@@ -556,4 +564,4 @@ jobs:
556
564
run : flutter build apk
557
565
working-directory : example
558
566
- name : Check android15 16k page size alignment
559
- run : bash scripts/check_android15_16k_page_alignment.sh example/build/app/intermediates/merged_native_libs/release/out/lib/arm64-v8a/libiris_rendering_android.so
567
+ run : bash scripts/check_android15_16k_page_alignment.sh example/build/app/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/ out/lib/arm64-v8a/libiris_rendering_android.so
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 33
29
+ namespace " io.agora.agora_rtc_ng_example"
30
+
31
+ compileSdkVersion 34
30
32
31
33
compileOptions {
32
34
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
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
You can’t perform that action at this time.
0 commit comments