diff --git a/android/app/build.gradle b/android/app/build.gradle
index 437a34261..855528771 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -84,8 +84,8 @@ android {
applicationId packageName
minSdkVersion 21
targetSdkVersion 31
- versionCode 10006062
- versionName "0.6.7 x"
+ versionCode 10006070
+ versionName "0.6.7 re"
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
}
compileOptions {
diff --git a/android/app/src/main/res/mipmap-anydpi-v31/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v31/ic_launcher.xml
deleted file mode 100644
index 300ac25e4..000000000
--- a/android/app/src/main/res/mipmap-anydpi-v31/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/android/app/src/main/res/values-v31/colors.xml b/android/app/src/main/res/values-v31/colors.xml
deleted file mode 100644
index 54be82236..000000000
--- a/android/app/src/main/res/values-v31/colors.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- @android:color/system_accent1_100
-
\ No newline at end of file
diff --git a/lib/component/pixiv_image.dart b/lib/component/pixiv_image.dart
index f659e0638..6abee3aab 100644
--- a/lib/component/pixiv_image.dart
+++ b/lib/component/pixiv_image.dart
@@ -23,7 +23,7 @@ import 'package:pixez/i18n.dart';
import 'package:pixez/main.dart';
const ImageHost = "i.pximg.net";
-const ImageCatHost = "i.pixiv.cat";
+const ImageCatHost = "i.pixiv.re";
const ImageSHost = "s.pximg.net";
class PixivImage extends StatefulWidget {
diff --git a/lib/constants.dart b/lib/constants.dart
index e6a19fcfd..e64c1fae0 100644
--- a/lib/constants.dart
+++ b/lib/constants.dart
@@ -15,7 +15,7 @@
*/
class Constants {
- static String tagName = "0.6.6";
+ static String tagName = "0.6.7";
static const isGooglePlay =
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
static int type = 0;