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

Tech | Build Tools 30.0.3 (#1827)

This commit is contained in:
Konstantin Ivanov 2021-09-27 22:53:17 +04:00 committed by GitHub
parent bfa6bdc68f
commit a8e2297ff5
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ apply from: './dependencies.gradle'
buildscript {
ext.kotlin_version = '1.5.21'
ext.gradle_tools = '3.1.3'
ext.build_tools = '29.0.0'
ext.build_tools = '30.0.3'
ext.nav_version = '2.3.0'
ext.dokka_version = '1.4.32'