Reformatted Code and Updated VersionName/VersionCode

This commit is contained in:
Mohit
2021-06-08 21:28:45 +05:30
parent 93442f74d1
commit efc02add3d
6 changed files with 980 additions and 845 deletions

View File

@ -25,8 +25,8 @@ android {
applicationId 'com.looker.droidify'
minSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName '0.1'
versionCode 2
versionName '0.2'
def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'