Fix able to build a apk that will install

This commit is contained in:
Jarne Demeulemeester 2021-07-18 11:21:04 +02:00
parent 53f478c6cf
commit d9b9b92b6c
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

@ -16,4 +16,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official
android.injected.testOnly=false