Skip to content

Commit

Permalink
Updated basic obj detection version for Android (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTR authored Jan 7, 2025
1 parent 7268248 commit 19701a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/object_detection/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// Top-level variables used for versioning
ext.kotlin_version = '1.5.21'
ext.kotlin_version = '2.1.0'
ext.java_version = JavaVersion.VERSION_1_8

repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.4.1'
classpath 'de.undercouch:gradle-download-task:4.1.2'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Tue Jan 07 16:00:59 MST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 19701a3

Please sign in to comment.