File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ android {
45
45
main. java. srcDirs + = ' src/main/kotlin'
46
46
}
47
47
48
+ namespace = " io.github.benderblog.traintime_pda"
49
+
48
50
defaultConfig {
49
51
applicationId " io.github.benderblog.traintime_pda"
50
52
// You can update the following values to match your application needs.
@@ -87,6 +89,9 @@ dependencies {
87
89
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
88
90
implementation ' com.google.android.material:material:1.8.0'
89
91
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:+"
90
95
}
91
96
92
97
ext. abiCodes = [" x86_64" : 1 , " armeabi-v7a" : 2 , " arm64-v8a" : 3 ]
Original file line number Diff line number Diff line change
1
+ # Sat Feb 15 15:33:20 CST 2025
1
2
distributionBase =GRADLE_USER_HOME
2
3
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
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
18
18
19
19
plugins {
20
20
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
22
22
id " org.jetbrains.kotlin.android" version " 1.8.21" apply false
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -1101,10 +1101,11 @@ packages:
1101
1101
receive_sharing_intent:
1102
1102
dependency: "direct main"
1103
1103
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
1108
1109
version: "1.8.1"
1109
1110
restart_app:
1110
1111
dependency: "direct main"
Original file line number Diff line number Diff line change @@ -68,7 +68,11 @@ dependencies:
68
68
home_widget : ^0.6.0
69
69
image : ^4.2.0
70
70
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
72
76
# XDU Planet
73
77
flutter_widget_from_html_core : any
74
78
fwfh_cached_network_image : ^0.14.3
You can’t perform that action at this time.
0 commit comments