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:
parent
4f540aa356
commit
31d820c4dd
911 changed files with 51701 additions and 3827 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue