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
|
@ -28,6 +28,16 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
flavorDimensions 'default'
|
||||
productFlavors {
|
||||
stable {
|
||||
dimension 'default'
|
||||
}
|
||||
experimental{
|
||||
dimension 'default'
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue