Skip to content

Commit 7ce61c7

Browse files
author
TranquilRock
committed
Update config
1 parent 9310ae9 commit 7ce61c7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6565
dependencies {
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')

app/src/main/res/layout/activity_manage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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"

0 commit comments

Comments
 (0)