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

@ -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