Add Google Play Publisher plugin and Play Store assets

This commit is contained in:
2020-01-02 09:39:13 -06:00
parent 3afd46c59c
commit b2df70c059
93 changed files with 656 additions and 26 deletions

View File

@@ -6,6 +6,8 @@ android {
defaultConfig {
minSdkVersion MIN_SDK_VERSION as Integer
targetSdkVersion TARGET_SDK_VERSION as Integer
versionCode VERSION_CODE as Integer
versionName "$VERSION_NAME"
}
compileOptions {