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

Turn-into toolbar (#145)

This commit is contained in:
ubu 2020-01-26 20:24:06 +03:00 committed by GitHub
parent 892cf663f5
commit 06556571e7
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 1544 additions and 95 deletions

View file

@ -15,6 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
android.enableR8=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":