Skip to content

Commit bef4563

Browse files
committed
Update dependencies
1 parent 3610762 commit bef4563

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class SettingsActivity : AppCompatActivity() {
152152
Settings.setEncryptionKey(this, null)
153153
Settings.setEncryptReceivedMessages(this, false)
154154
Settings.setFcmTokenLastUpdateTimestampAsync(this, 0)
155-
Settings.setIncomingCallEventsEnabled(this, Constants.SIM1, false)
155+
Settings.setIncomingCallEventsEnabled(this, Constants.SIM1, false)
156156
Settings.setIncomingCallEventsEnabled(this, Constants.SIM2, false)
157157
redirectToLogin()
158158
}

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ buildscript {
1717
}
1818

1919
plugins {
20-
id 'com.android.application' version '8.3.2' apply false
21-
id 'com.android.library' version '8.3.2' apply false
20+
id 'com.android.application' version '8.4.0' apply false
21+
id 'com.android.library' version '8.4.0' apply false
2222
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
2323
}
2424

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-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)