Removed arrow icon

This commit is contained in:
h4h13 2019-12-10 20:06:28 +05:30
parent a3323aeb7f
commit 37109506a1
6 changed files with 11 additions and 48 deletions

View file

@ -4,10 +4,10 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 29
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 28
renderscriptTargetApi 28 //must match target sdk and build tools
vectorDrawables.useSupportLibrary = true