Skip to content

Commit 9e17f4c

Browse files
committed
chore: update android build status
1 parent 76a20ad commit 9e17f4c

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

android/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ android {
4545
main.java.srcDirs += 'src/main/kotlin'
4646
}
4747

48+
namespace = "io.github.benderblog.traintime_pda"
49+
4850
defaultConfig {
4951
applicationId "io.github.benderblog.traintime_pda"
5052
// You can update the following values to match your application needs.
@@ -87,6 +89,9 @@ dependencies {
8789
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
8890
implementation 'com.google.android.material:material:1.8.0'
8991
implementation 'com.google.code.gson:gson:2.10.1'
92+
93+
// Ref. https://github.com/tensorflow/flutter-tflite/issues/278
94+
implementation "org.tensorflow:tensorflow-lite-gpu-api:+"
9095
}
9196

9297
ext.abiCodes = ["x86_64": 1, "armeabi-v7a": 2, "arm64-v8a": 3]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Sat Feb 15 15:33:20 CST 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "7.4.2" apply false
21+
id "com.android.application" version "8.2.1" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.21" apply false
2323
}
2424

pubspec.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,10 +1101,11 @@ packages:
11011101
receive_sharing_intent:
11021102
dependency: "direct main"
11031103
description:
1104-
name: receive_sharing_intent
1105-
sha256: ec76056e4d258ad708e76d85591d933678625318e411564dcb9059048ca3a593
1106-
url: "https://pub.dev"
1107-
source: hosted
1104+
path: "."
1105+
ref: "2cea396843cd3ab1b5ec4334be4233864637874e"
1106+
resolved-ref: "2cea396843cd3ab1b5ec4334be4233864637874e"
1107+
url: "https://github.com/KasemJaffer/receive_sharing_intent"
1108+
source: git
11081109
version: "1.8.1"
11091110
restart_app:
11101111
dependency: "direct main"

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ dependencies:
6868
home_widget: ^0.6.0
6969
image: ^4.2.0
7070
catcher_2: ^2.0.0
71-
receive_sharing_intent: ^1.8.1
71+
#receive_sharing_intent: ^1.8.1
72+
receive_sharing_intent:
73+
git:
74+
url: https://github.com/KasemJaffer/receive_sharing_intent
75+
ref: 2cea396843cd3ab1b5ec4334be4233864637874e
7276
# XDU Planet
7377
flutter_widget_from_html_core: any
7478
fwfh_cached_network_image: ^0.14.3

0 commit comments

Comments
 (0)