Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
with:
base64-encoded-secret: ${{ secrets.SIGNING_STORE_BASE64 }}
filename: "app/keystore.jks"
- uses: AdoptOpenJDK/install-jdk@v1
- uses: actions/setup-java@v4
with:
version: '17'
architecture: x64
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build Riru modules
run: cd ./module && bash ./make.sh
env:
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/surcumference/fingerprint/Constant.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public static class WeChat {
public static final int WECHAT_VERSION_CODE_8_0_20 = 2100;
public static final int WECHAT_VERSION_CODE_8_0_30 = 2240;
public static final int WECHAT_VERSION_CODE_8_0_43 = 2460;
public static final int WECHAT_VERSION_CODE_8_0_60 = 2600;
public static final int WECHAT_VERSION_CODE_8_0_65 = 2960;
}

public static class QQ {
Expand Down
Loading
Loading