From 4e3bde460af2cfb17d4366d02239390d4858fdb9 Mon Sep 17 00:00:00 2001 From: h4de5ing Date: Tue, 28 May 2024 16:11:12 +0800 Subject: [PATCH] Tue May 28 16:11:11 2024 --- .github/workflows/dingtalk.yml | 2 +- SystemFunction_src/t/build.gradle | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dingtalk.yml b/.github/workflows/dingtalk.yml index 53328d0..4802728 100644 --- a/.github/workflows/dingtalk.yml +++ b/.github/workflows/dingtalk.yml @@ -26,4 +26,4 @@ jobs: - name: Send message using DingTalk Robot run: | - curl -X POST 'http://localhost:8080/robot/send' -H 'Content-Type: application/json' -d '{"msgtype":"markdown","markdown":{"title":"${{ github.repository }}","text":"### ${{ github.repository }}\n#### ${{ github.event.pusher.name }}\n

${{ github.event.head_commit.message }}

"}}' \ No newline at end of file + curl -X POST 'http://localhost:8080/robot/send' -H 'Content-Type: application/json' -d '{"msgtype":"markdown","markdown":{"title":"","text":"### ${{ github.repository }}\n#### ${{ github.event.pusher.name }}"}}' \ No newline at end of file diff --git a/SystemFunction_src/t/build.gradle b/SystemFunction_src/t/build.gradle index 8293ddb..89e1da1 100644 --- a/SystemFunction_src/t/build.gradle +++ b/SystemFunction_src/t/build.gradle @@ -43,11 +43,10 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.12.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' - implementation 'androidx.activity:activity-ktx:1.8.2' + implementation 'com.google.android.material:material:1.12.0' + implementation 'androidx.activity:activity-ktx:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation project(path: ':SystemLib') } \ No newline at end of file