Skip to content

Commit 7e3b4bd

Browse files
committed
2019-12-31
1 parent 611c22e commit 7e3b4bd

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,7 @@ android {
406406
-dontwarn org.tensorflow.lite.**
407407
-keep class com.ym.idcard.reg.** {*;}
408408
-dontwarn com.ym.idcard.reg.**
409-
```
409+
```
410+
411+
## 联系我
412+
QQ群 777891894(问题交流)

baseocr/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ android {
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
12+
13+
ndk {
14+
abiFilters 'armeabi', 'armeabi-v7a'
15+
}
1216
}
1317
}
1418

drivinglicense/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ android {
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
12+
13+
ndk {
14+
abiFilters 'armeabi', 'armeabi-v7a'
15+
}
1216
}
1317
}
1418

idcard2/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ android {
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
12+
13+
ndk {
14+
abiFilters 'armeabi', 'armeabi-v7a'
15+
}
1216
}
1317
}
1418

img/qq.png

40.7 KB
Loading

0 commit comments

Comments
 (0)