File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdkVersion 30
1313 targetSdk 33
1414 versionCode 2
15- versionName ' 2.1 .0'
15+ versionName ' 3.0 .0'
1616
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 vectorDrawables {
@@ -63,10 +63,12 @@ android {
6363}
6464
6565dependencies {
66+ // noinspection GradleDependency
6667 implementation ' androidx.core:core-ktx:1.8.0' // Changing to 1.10 will cause conflict.
6768 implementation ' androidx.appcompat:appcompat:1.6.1'
6869 implementation ' com.google.android.material:material:1.9.0'
6970 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
71+ // noinspection GradleDependency
7072 implementation ' androidx.navigation:navigation-ui:2.5.3' // Changing to 2.6 will cause conflict.
7173 implementation ' org.jetbrains:annotations:24.0.1'
7274 implementation project(path : ' :openCVLibrary3415' )
Original file line number Diff line number Diff line change 2020 <androidx .recyclerview.widget.RecyclerView
2121 android : id =" @+id/manage_resource_grid"
2222 android : layout_width =" match_parent"
23- android : layout_height =" 200dp "
23+ android : layout_height =" 500dp "
2424 android : layout_gravity =" center"
2525 app : layout_constraintBottom_toTopOf =" @id/manage_add"
2626 app : layout_constraintEnd_toEndOf =" parent"
You can’t perform that action at this time.
0 commit comments