Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Feb 25, 2024
1 parent f4139bf commit f329bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'org.opencv:opencv:4.9.0'
}
repositories {
mavenCentral()
}

6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ buildscript {
ext.kotlin_version = '1.9.22'
ext.java_version = 21
repositories {
repositories {
mavenCentral()
google()
}
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
Expand Down

0 comments on commit f329bd9

Please sign in to comment.