Skip to content

Commit ef3a19b

Browse files
committed
upgrade dependecies; bump version
1 parent 9fd382e commit ef3a19b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
compileSdk 35
99
minSdkVersion 21
1010
targetSdkVersion 35
11-
versionCode 4105
12-
versionName "4.1.5 'Exolix'"
11+
versionCode 4106
12+
versionName "4.1.6 'Exolix'"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
externalNativeBuild {
1515
cmake {
@@ -138,13 +138,13 @@ static def getId(name) {
138138
dependencies {
139139
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
140140

141-
implementation 'androidx.core:core:1.13.1'
141+
implementation 'androidx.core:core:1.15.0'
142142
implementation 'androidx.appcompat:appcompat:1.7.0'
143143
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
144-
implementation 'androidx.recyclerview:recyclerview:1.3.2'
144+
implementation 'androidx.recyclerview:recyclerview:1.4.0'
145145
implementation 'androidx.cardview:cardview:1.0.0'
146146
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
147-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
147+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
148148
implementation 'androidx.preference:preference:1.2.1'
149149

150150
implementation 'com.google.android.material:material:1.12.0'

0 commit comments

Comments
 (0)