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

@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.injected.testOnly=false