diff --git a/app/build.gradle b/app/build.gradle index d14433c..98c0689 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "io.github.yueeng.hacg" minSdkVersion 14 targetSdkVersion 22 - versionCode 5 - versionName "1.0.3.1" + versionCode 6 + versionName "1.0.4" multiDexEnabled true testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner" }