1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1654 App | Feature | Multispaces + Misc. enhancements (#300)

Co-authored-by: Konstantin Ivanov <54908981+konstantiniiv@users.noreply.github.com>
This commit is contained in:
Evgenii Kozlov 2023-10-24 12:41:32 +02:00 committed by GitHub
parent 490e97589c
commit 5886fc1ae5
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
319 changed files with 8198 additions and 4258 deletions

View file

@ -22,4 +22,13 @@ or you can simply load them in the current terminal window by `source ~/.zprofil
- Make sure you have set `ANDROID_HOME` variable in the same file
- Install `NDK 23.2.8568313` via an Android SDK Package Manager
Now you can build the middleware library for android.
Now you can build the middleware library for android.
# How to setup custom middleware (go) library for Anytype Android project
1. Put your custom 'libs.aar' to the `/libs` directory.
2. Update proto files in `protocol` module.
3. Specify `version` for your custom library in `/libs/build.gradle` file. To avoid conflicts, this version should be higher than the latest release version in `anytype-heart' repository.
4. Run the following Gradle command: `./gradlew libs:publishToMavenLocal`.
5. Specify `version` from step 3 in `libs.version` file as `middlewareVersion`.
6. Rebuild project.