File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdkVersion 19
1313 targetSdkVersion 34
1414 versionCode 19
15- versionName ' 1.4.5 '
15+ versionName ' 1.4.6 '
1616 }
1717
1818 buildTypes {
@@ -48,7 +48,7 @@ android {
4848 lintOptions {
4949 abortOnError false
5050 }
51-
51+
5252 ndkVersion ' 21.4.7075529'
5353
5454 compileOptions {
@@ -74,7 +74,8 @@ android.applicationVariants.all { variant ->
7474dependencies {
7575 implementation ' com.google.code.findbugs:jsr305:3.0.2'
7676 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
77- implementation ' androidx.recyclerview:recyclerview:1.2.1' // Replaces recyclerview:1.0.0 included by above dependency
77+ implementation ' androidx.recyclerview:recyclerview:1.2.1'
78+ // Replaces recyclerview:1.0.0 included by above dependency
7879 implementation ' androidx.core:core-ktx:1.13.1'
7980 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
8081 implementation ' androidx.viewpager2:viewpager2:1.0.0'
You can’t perform that action at this time.
0 commit comments