Skip to content

Commit f197ddb

Browse files
committed
优化了磁贴逻辑
1 parent 458cf36 commit f197ddb

15 files changed

+86
-44
lines changed

.github/workflows/blank.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,23 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
15-
- name: set up JDK 21
16-
uses: actions/setup-java@v4
17-
with:
18-
java-version: '21'
19-
distribution: 'murine'
20-
cache: gradle
14+
- uses: actions/checkout@v4
2115

22-
- name: Grant execute permission for gradlew
23-
run: chmod +x gradlew
24-
- name: Build with Gradle
25-
run: ./gradlew assembleRelease
26-
- name: Upload Release APK
27-
uses: actions/upload-artifact@v4
28-
with:
29-
name: release-apk
30-
path: app/build/outputs/apk/release/*.apk
16+
- name: Set up JDK 21
17+
uses: actions/setup-java@v4
18+
with:
19+
java-version: '21'
20+
distribution: 'temurin'
21+
cache: gradle
22+
23+
- name: Grant execute permission for gradlew
24+
run: chmod +x gradlew
25+
26+
- name: Build with Gradle
27+
run: ./gradlew assembleRelease
28+
29+
- name: Upload Release APK
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: release-apk
33+
path: app/build/outputs/apk/release/*.apk

.idea/deploymentTargetSelector.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
applicationId = "com.zmal.sleepy"
1313
minSdk = 29
1414
targetSdk = 35
15-
versionCode = 9
15+
versionCode = 10
1616
versionName = "1.5"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
804 Bytes
Binary file not shown.
804 Bytes
Binary file not shown.
804 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)