File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/main/java/com/httpsms Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildscript {
1212}
1313
1414plugins {
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
Original file line number Diff line number Diff line change 11# Thu Jun 23 15:32:32 EEST 2022
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments