diff --git a/examples/face_landmarker/android/app/src/main/assets/face_landmarker.task b/examples/face_landmarker/android/app/src/main/assets/face_landmarker.task new file mode 100644 index 000000000..c50c845d1 Binary files /dev/null and b/examples/face_landmarker/android/app/src/main/assets/face_landmarker.task differ diff --git a/examples/face_landmarker/android/build.gradle b/examples/face_landmarker/android/build.gradle index 3920bb07c..0bf037028 100644 --- a/examples/face_landmarker/android/build.gradle +++ b/examples/face_landmarker/android/build.gradle @@ -16,7 +16,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { dependencies { - classpath 'com.android.tools.build:gradle:8.11.0' + classpath 'com.android.tools.build:gradle:8.13.0' } } diff --git a/examples/face_landmarker/android/gradle/wrapper/gradle-wrapper.properties b/examples/face_landmarker/android/gradle/wrapper/gradle-wrapper.properties index 66955e9d9..4ca51becc 100644 --- a/examples/face_landmarker/android/gradle/wrapper/gradle-wrapper.properties +++ b/examples/face_landmarker/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Apr 06 17:50:18 MDT 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME