Remove unnecessary attributes.

This commit is contained in:
Severiano Jaramillo 2022-05-29 11:12:47 -07:00
parent 8faeb05486
commit 848a95e766

View file

@ -6,8 +6,6 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 29
versionCode 12
versionName "0.6.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }