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

@ -1,7 +1,7 @@
apply from: './dependencies.gradle'
buildscript {
ext.kotlin_version = '1.4.10'
ext.kotlin_version = '1.4.30'
ext.gradle_tools = '3.1.3'
ext.build_tools = '29.0.0'
ext.nav_version = '2.3.0'