File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616local.properties
1717.gradle
1818! /gradle /wrapper /gradle-wrapper.jar
19+ opencv /build
Original file line number Diff line number Diff line change @@ -38,11 +38,13 @@ android {
3838dependencies {
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'
You can’t perform that action at this time.
0 commit comments