File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,8 @@ dependencies {
85
85
implementation ' com.facebook.react:react-native:+' // From node_modules
86
86
87
87
// Matrix android SDK https://github.com/matrix-org/matrix-android-sdk
88
- implementation(' com.github.matrix-org:matrix-android-sdk:v0.9.35' ) {
89
- exclude group : ' org.matrix.gitlab.matrix-org' , module : ' olm'
90
- }
91
- // This one is broken: https://github.com/jitpack/jitpack.io/issues/3908#issuecomment-526767673
92
- // implementation 'org.matrix.gitlab.matrix-org:olm:3.1.5'
93
- implementation fileTree(include : [' *.jar' , ' *.aar' ], dir : ' libs' )
88
+ // the peer dependency 'olm' sometimes becomes broken: https://github.com/jitpack/jitpack.io/issues/3908#issuecomment-526767673
89
+ implementation(' com.github.matrix-org:matrix-android-sdk:v0.9.35' )
94
90
95
91
// For converting JSON stuff (is done with GSON in matrixSDK)
96
92
implementation ' com.google.code.gson:gson:2.8.6'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-matrix-sdk" ,
3
3
"title" : " React Native Matrix Sdk" ,
4
- "version" : " 1.0.0-alpha60 " ,
4
+ "version" : " 1.0.0-alpha61 " ,
5
5
"description" : " React Native SDK for Matrix.org" ,
6
6
"main" : " index.js" ,
7
7
"types" : " ./types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments