cwLeeDev's picture
Add Android AIFlow Ink v2 CompiledModel runtime
58b3b50 verified
Raw
History Blame Contribute Delete
363 Bytes
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "aiflow-math-ink-android"
include(":aiflow-math-ink-runtime")