Skip to content

Commit c9fb98f

Browse files
committed
Fix:Android crash on startup due to SimpleStorage #1040
- Update SimpleStorage to 1.5.5-SNAPSHOT
1 parent 75ecff5 commit c9fb98f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/app/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ repositories {
6464
dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs'
6565
}
6666
mavenCentral()
67+
// TODO: Temporarily using SNAPSHOT version of Simple Storage that resolves https://github.com/anggrayudi/SimpleStorage/issues/133
68+
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
6769
}
6870

6971
configurations.configureEach {
@@ -118,7 +120,7 @@ dependencies {
118120
implementation 'io.github.pilgr:paperdb:2.7.2'
119121

120122
// Simple Storage
121-
implementation "com.anggrayudi:storage:1.5.4"
123+
implementation "com.anggrayudi:storage:1.5.5-SNAPSHOT"
122124

123125
// OK HTTP
124126
implementation 'com.squareup.okhttp3:okhttp:4.9.2'

0 commit comments

Comments
 (0)