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

Fix issue with default text color and default background color (#251)

This commit is contained in:
Konstantin Ivanov 2020-02-22 18:22:21 +03:00 committed by GitHub
parent a9bcda95c9
commit a9a206d83f
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 1 deletions

View file

@ -23,6 +23,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
debuggable true
}
}
}