Skip to content

Commit

Permalink
versionName: 1.0.8
Browse files Browse the repository at this point in the history
versionCode: 8
change default dns ip.
update summary.
  • Loading branch information
yueeng committed Feb 23, 2024
1 parent 46f469e commit 02f82e3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.github.yueeng.moebooru"
minSdkVersion 21
targetSdkVersion 34
versionCode 7
versionName "1.0.7"
versionCode 8
versionName "1.0.8"
resourceConfigurations += ['zh']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -58,7 +58,7 @@ android {
applicationIdSuffix '.yande'
resValue 'string', 'app_name', 'Yande'
resValue 'string', 'app_host', 'yande.re'
resValue 'string', 'app_ip', '198.98.54.92'
resValue 'string', 'app_ip', '198.98.58.238'
resValue 'string', 'app_create_time', '2006-8-13'
manifestPlaceholders.host = "yande.re"
}
Expand All @@ -67,7 +67,7 @@ android {
applicationIdSuffix '.konachan'
resValue "string", "app_name", "Konachan"
resValue 'string', 'app_host', 'konachan.com'
resValue 'string', 'app_ip', '104.28.10.64'
resValue 'string', 'app_ip', '104.21.4.105'
resValue 'string', 'app_create_time', '2008-1-13'
manifestPlaceholders.host = "konachan.com"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/konachan/assets/summary.etag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"139b7571ba5760f18b28c4dfbd161565"
"8de057ed4ad08dab1d686dc089a5af5b"
2 changes: 1 addition & 1 deletion app/src/konachan/assets/summary.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/yande/assets/summary.etag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
W/"7f001c6102cd96e31aab057a8de317e2"
W/"6d1ba2a6ff97ec02fee5b6893f658708"
2 changes: 1 addition & 1 deletion app/src/yande/assets/summary.json

Large diffs are not rendered by default.

0 comments on commit 02f82e3

Please sign in to comment.