diff --git a/app/build.gradle b/app/build.gradle index ae8693ec..35c5f2ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'