Skip to content

Commit

Permalink
0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Oct 17, 2021
1 parent ca7a0eb commit 6bcc5a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 0 additions & 5 deletions android/app/src/main/res/mipmap-anydpi-v31/ic_launcher.xml

This file was deleted.

4 changes: 0 additions & 4 deletions android/app/src/main/res/values-v31/colors.xml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/component/pixiv_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6bcc5a8

Please sign in to comment.