Skip to content

Commit a6e37cd

Browse files
committed
bump version to 1.4.6
1 parent fe1d608 commit a6e37cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 ->
7474
dependencies {
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'

0 commit comments

Comments
 (0)