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

Gradle, libs update (#959)

* updates

* tests

* add ndk version

* fix

* fix

* fixes

* tests off
This commit is contained in:
Konstantin Ivanov 2020-10-08 17:48:06 +03:00 committed by GitHub
parent 3c5fcf3163
commit 6223834b1a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 59 additions and 56 deletions

View file

@ -17,7 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableR8=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.enableUnitTestBinaryResources=true
kotlin.code.style=official