Skip to content

Commit 46849f4

Browse files
committed
update plugin to 1.1.5
1 parent dd16d3e commit 46849f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: build apk
8383
working-directory: ./flutter/example/android
84-
run: flutter build apk --debug --target-platform=android-x64
84+
run: flutter build apk --debug
8585

8686
- name: launch android emulator & run android native test
8787
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d #[email protected]

flutter/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
classpath 'io.sentry:sentry-android-gradle-plugin:4.12.0'
1111
classpath 'com.android.tools.build:gradle:8.3.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13-
classpath 'io.github.howardpang:androidNativeBundle:1.1.3'
13+
classpath 'io.github.howardpang:androidNativeBundle:1.1.5'
1414
}
1515
}
1616

0 commit comments

Comments
 (0)