Skip to content

Commit

Permalink
Tue May 28 16:11:11 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5ing committed May 28, 2024
1 parent 7e03c71 commit 4e3bde4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dingtalk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<p>${{ github.event.head_commit.message }}</p>"}}'
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 }}"}}'
7 changes: 3 additions & 4 deletions SystemFunction_src/t/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

0 comments on commit 4e3bde4

Please sign in to comment.