Remove useless property for a SDK

This commit is contained in:
Benoit Marty 2019-06-27 18:25:50 +02:00
parent 0765d6d1da
commit a1c22c9aa6
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ android {
targetSdkVersion 28
versionCode 1
versionName "0.0.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""