Skip to content

Commit

Permalink
Merge pull request #136 from GuoXiCheng/pre-release
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
GuoXiCheng committed Feb 8, 2024
2 parents 9877809 + 21fb732 commit 3312770
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- release
env:
LATEST_VERSION: "2.1.0"
LATEST_VERSION: "2.1.1"

jobs:
build-and-deploy:
Expand Down
Binary file added apk/SKIP-v2.1.1.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 24
targetSdk 32
versionCode 1
versionName "2.1.0"
versionName "2.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/skip_config_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
- id: com.hupu.games:id/tv_time
skipBounds:
- bound: 912,156,1032,276
- resolution: 1080,2308
resolution: 1080,2308

# 华为自带时钟跳过法定节假日误触
- packageName: com.android.deskclock
Expand Down

0 comments on commit 3312770

Please sign in to comment.