Add a module for the Matrix SDK with the aar of the Rust SDK
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package io.element.android.x
|
||||
|
||||
import android.app.Application
|
||||
import io.element.android.x.sdk.matrix.MatrixInstance
|
||||
|
||||
class ElementXApplication : Application() {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
MatrixInstance.init(this)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user