[Android] Support PPTinyPose on Android (#746)

* [Android] Update ppseg jni via new api and optimize jni vis funcs

* delete local refs

* [Android] Add PPTinyPose jni and java api

* [Android] Update gradle download tasks info

* [Android] Add PPTinyPose Android app example

* update app build.gradle
This commit is contained in:
DefTruth
2022-11-30 16:29:20 +08:00
committed by GitHub
parent 9d78b1d414
commit 8e4a38ce21
27 changed files with 1649 additions and 50 deletions

View File

@@ -7,6 +7,7 @@ android {
defaultConfig {
minSdkVersion 15
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"