Skip to content

Commit

Permalink
[Feature] Bump version to v1.0.0-beta.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jan 2, 2018
1 parent 5edef8c commit b81705e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "me.zhanghai.android.douya"
minSdkVersion 15
targetSdkVersion 27
versionCode 9
versionName "1.0.0-beta.7"
versionCode 10
versionName "1.0.0-beta.8"
resValue 'string', 'application_id', applicationId
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'file_provider_authority', applicationId + '.file_provider'
Expand Down

0 comments on commit b81705e

Please sign in to comment.