Skip to content

Commit 600e650

Browse files
committed
Update deps
1 parent 86cf806 commit 600e650

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
local.properties
1717
.gradle
1818
!/gradle/wrapper/gradle-wrapper.jar
19+
opencv/build

app/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ android {
3838
dependencies {
3939

4040
implementation 'androidx.core:core-ktx:1.7.0'
41-
implementation 'androidx.appcompat:appcompat:1.6.1'
41+
implementation 'androidx.appcompat:appcompat:1.3.1'
4242
implementation 'com.google.android.material:material:1.8.0'
43-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
44-
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
45-
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
43+
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
44+
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.2'
45+
implementation 'androidx.navigation:navigation-ui-ktx:2.5.2'
46+
implementation fileTree(dir: 'libs', include: ['*.jar'])
47+
implementation project(':opencv')
4648
testImplementation 'junit:junit:4.13.2'
4749
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4850
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)