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

Epic with sets and relations + new app flavors (stable, experimental) (#1048)

This commit is contained in:
Evgenii Kozlov 2021-03-31 14:37:03 +03:00 committed by GitHub
parent 4f540aa356
commit 31d820c4dd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
911 changed files with 51701 additions and 3827 deletions

View file

@ -25,6 +25,8 @@ android {
dependencies {
implementation project(':core-models')
def props = new Properties()
project.rootProject.file('configuration.properties').withDataInputStream { props.load(it) }
def libraryPath = project.rootProject.file(props.getProperty('middleware.path'))