change main ffi to service

This commit is contained in:
csf
2022-02-08 22:44:32 +08:00
parent 1af3f3f28d
commit 96b3b6a3f9
9 changed files with 407 additions and 291 deletions

View File

@@ -3,6 +3,7 @@ buildscript {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
@@ -16,6 +17,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}