File tree Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Original file line number Diff line number Diff line change 1
- group ' com.vladih.computer_vision.flutter_vision'
1
+ group ' com.vladih.computer_vision.flutter_vision'
2
+
2
3
version ' 1.0'
3
4
5
+
4
6
buildscript {
7
+
5
8
repositories {
9
+
6
10
google()
11
+
7
12
mavenCentral()
13
+
8
14
}
9
15
16
+
10
17
dependencies {
11
18
classpath ' com.android.tools.build:gradle:8.6.0'
12
19
}
20
+
13
21
}
14
22
23
+
15
24
rootProject. allprojects {
25
+
16
26
repositories {
27
+
17
28
google()
29
+
18
30
mavenCentral()
31
+
19
32
maven {
33
+
20
34
url ' https://jitpack.io'
35
+
21
36
}
37
+
22
38
maven{
39
+
23
40
name ' ossrh-snapshot'
41
+
24
42
url ' https://oss.sonatype.org/content/repositories/snapshots'
43
+
25
44
}
26
45
27
46
}
47
+
28
48
}
29
49
50
+
30
51
apply plugin : ' com.android.library'
31
52
53
+
32
54
android {
33
- namespace " com.vladih.computer_vision.flutter_vision"
55
+
56
+ namespace ' com.vladih.computer_vision.flutter_vision'
57
+
34
58
compileSdkVersion 36
35
59
36
60
compileOptions {
61
+
37
62
sourceCompatibility JavaVersion . VERSION_1_8
63
+
38
64
targetCompatibility JavaVersion . VERSION_1_8
65
+
39
66
}
40
67
68
+
41
69
defaultConfig {
70
+
42
71
minSdkVersion 21
43
72
targetSdk 36
44
73
}
74
+
45
75
aaptOptions {
76
+
46
77
noCompress ' tflite'
78
+
47
79
noCompress ' lite'
80
+
48
81
}
49
82
83
+
50
84
buildFeatures{
85
+
51
86
mlModelBinding true
87
+
52
88
}
53
89
54
90
}
91
+
92
+
55
93
dependencies {
56
94
implementation ' com.github.vladiH:opencv-android:v1.0.0'
57
95
implementation ' com.google.ai.edge.litert:litert:1.4.0'
@@ -60,4 +98,4 @@ dependencies{
60
98
implementation ' com.google.ai.edge.litert:litert-gpu-api:1.4.0'
61
99
implementation ' com.google.ai.edge.litert:litert-support:1.4.0'
62
100
implementation ' com.google.ai.edge.litert:litert-metadata:1.4.0'
63
- }
101
+ }
You can’t perform that action at this time.
0 commit comments