release 4.7.0

This commit is contained in:
k0shk0sh 2019-12-27 22:44:05 +01:00
parent f2c04476df
commit 6799faa8bf

View File

@ -29,7 +29,7 @@ android {
applicationId "com.fastaccess.github"
minSdkVersion 21
targetSdkVersion 29
versionCode 470
versionCode 471
versionName "4.7.0"
buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string
buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string