mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Add changelog files
This commit is contained in:
parent
bfbcef60e9
commit
a0eb4c144e
1
changelog.d/5744.misc
Normal file
1
changelog.d/5744.misc
Normal file
@ -0,0 +1 @@
|
||||
Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it.
|
3
changelog.d/5744.sdk
Normal file
3
changelog.d/5744.sdk
Normal file
@ -0,0 +1,3 @@
|
||||
A lot of classes which were exposed to the clients and were located in the package `org.matrix.android.sdk.internal` have been moved to the package `org.matrix.android.sdk.api`.
|
||||
All the classes which are in the package `org.matrix.android.sdk.internal` should now be declared `internal`.
|
||||
Some unused code and classes have been removed.
|
Loading…
x
Reference in New Issue
Block a user