Skip to content

Commit 3ad8cef

Browse files
committed
remove older approach
1 parent c703df7 commit 3ad8cef

File tree

4 files changed

+4
-94
lines changed

4 files changed

+4
-94
lines changed

android/app/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,6 @@ dependencies {
359359
implementation 'com.github.status-im:function:0.0.1'
360360
implementation 'com.facebook.fresco:fresco:2.2.0'
361361
implementation 'com.facebook.fresco:animated-gif:2.2.0'
362-
implementation "com.github.bumptech.glide:glide:4.12.0"
363-
implementation "com.github.bumptech.glide:okhttp3-integration:4.12.0"
364-
annotationProcessor "com.github.bumptech.glide:compiler:4.12.0"
365362
implementation "com.squareup.okhttp3:okhttp-tls:3.12.12"
366363
}
367364

android/app/src/main/java/im/status/ethereum/StatusGlide.java

-88
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-native-device-info": "^7.4.0",
4141
"react-native-dialogs": "^1.0.4",
4242
"react-native-draggable-flatlist": "^3.0.3",
43-
"react-native-fast-image": "git+https://github.com/status-im/react-native-fast-image.git#v8.5.11-status.0",
43+
"react-native-fast-image": "^8.5.11",
4444
"react-native-fetch-polyfill": "^1.1.2",
4545
"react-native-fs": "^2.14.1",
4646
"react-native-gesture-handler": "^1.8.0",

yarn.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -6623,9 +6623,10 @@ react-native-draggable-flatlist@^3.0.3:
66236623
resolved "https://registry.yarnpkg.com/react-native-draggable-flatlist/-/react-native-draggable-flatlist-3.0.3.tgz#e85503585253be01ad251f78d5b341ac22f9d952"
66246624
integrity sha512-bDro6aqQMvvTm/CuHre9dAjSBKosAfZRLDx3nmrjOz799kxcn0bq+uCB6yF6m+g1Xd/gVPl7E3Ss4uX+oPUlHg==
66256625

6626-
"react-native-fast-image@git+https://github.com/status-im/react-native-fast-image.git#v8.5.11-status.0":
6626+
react-native-fast-image@^8.5.11:
66276627
version "8.5.11"
6628-
resolved "git+https://github.com/status-im/react-native-fast-image.git#7c16cc1ba895215b628043177d1f5fe0fffd5eac"
6628+
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-8.5.11.tgz#e3dc969d0e4e8df026646bf18194465aa55cbc2b"
6629+
integrity sha512-cNW4bIJg3nvKaheG8vGMfqCt5LMWX9MS5+wMudgKIHbGO51spRr4sgnlhVgwHLcZ5aeNOVJ8CPRxDIWKRq/0QA==
66296630

66306631
react-native-fetch-polyfill@^1.1.2:
66316632
version "1.1.3"

0 commit comments

Comments
 (0)