Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit ad1ef99

Browse files
committed
[Feature] Bump version to v1.0.0-beta.12.
1 parent 18cab20 commit ad1ef99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId 'me.zhanghai.android.douya'
1717
minSdkVersion 16
1818
targetSdkVersion 27
19-
versionCode 14
20-
versionName '1.0.0-beta.11'
19+
versionCode 15
20+
versionName '1.0.0-beta.12'
2121
resValue 'string', 'application_id', applicationId
2222
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
2323
resValue 'string', 'file_provider_authority', applicationId + '.file_provider'

0 commit comments

Comments
 (0)