Skip to content

Commit baf229a

Browse files
committed
Update depdendencies to latest version
1 parent 19c0d48 commit baf229a

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

android/app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ dependencies {
6060
implementation 'androidx.core:core-ktx:1.9.0'
6161
implementation "androidx.cardview:cardview:1.0.0"
6262
implementation 'com.beust:klaxon:5.5'
63-
implementation 'androidx.work:work-runtime-ktx:2.7.1'
64-
implementation 'androidx.appcompat:appcompat:1.4.2'
63+
implementation 'androidx.appcompat:appcompat:1.6.1'
6564
implementation 'org.apache.commons:commons-text:1.9'
66-
implementation 'com.google.android.material:material:1.6.1'
65+
implementation 'com.google.android.material:material:1.8.0'
6766
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6867
testImplementation 'junit:junit:4.13.2'
69-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
70-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
68+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
69+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7170
}

android/app/src/main/java/com/httpsms/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object Settings {
7676

7777
val activeStatus = PreferenceManager
7878
.getDefaultSharedPreferences(context)
79-
.getBoolean(this.SETTINGS_ACTIVE,false)
79+
.getBoolean(this.SETTINGS_ACTIVE,true)
8080

8181
Timber.d("SETTINGS_ACTIVE: [$activeStatus]")
8282
return activeStatus

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ buildscript {
1212
}
1313

1414
plugins {
15-
id 'com.android.application' version '7.3.1' apply false
16-
id 'com.android.library' version '7.3.1' apply false
15+
id 'com.android.application' version '7.4.2' apply false
16+
id 'com.android.library' version '7.4.2' apply false
1717
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
1818
}
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Jun 23 15:32:32 EEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)