From 3fd86516bdc3736d37f81f9a1489aa8556da97e6 Mon Sep 17 00:00:00 2001 From: PahaAkos Date: Thu, 10 Oct 2024 22:01:39 +0200 Subject: [PATCH 1/2] Update Workflows --- .github/workflows/buildCi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/buildCi.yml b/.github/workflows/buildCi.yml index 2a8829e8..5acd249d 100644 --- a/.github/workflows/buildCi.yml +++ b/.github/workflows/buildCi.yml @@ -135,6 +135,7 @@ jobs: run: "curl --location --request POST 'https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage' --header 'Content-Type:application/json' --data-raw '{\"chat_id\":\"${{ secrets.TELEGRAM_TO_MAIN }}\",\"message_thread_id\":${{ secrets.TELEGRAM_MAIN_TOPIC_ID_DEBUG }},\"text\":\"#A6\\n**${{ steps.extract_branch.outputs.BRANCH_NAME }}**\\n\\ncommit: `${{ github.event.head_commit.message }}` [${{ github.event.head_commit.id }}](${{ github.event.head_commit.url }})\",\"parse_mode\":\"markdown\",\"reply_markup\":{\"inline_keyboard\":[[{\"text\":\"Download A12+\",\"url\":\"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/${{ fromJson(steps.metadataJson.outputs.json).elements[0].versionName }}-debug/app-debug.apk\"}]]}}'" - name: Send Notification + continue-on-error: true uses: fjogeleit/http-request-action@master with: url: 'https://fcm.googleapis.com/fcm/send' @@ -264,6 +265,7 @@ jobs: run: "curl --location --request POST 'https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage' --header 'Content-Type:application/json' --data-raw '{\"chat_id\":\"${{ secrets.TELEGRAM_TO_MAIN }}\",\"message_thread_id\":${{ secrets.TELEGRAM_MAIN_TOPIC_ID }},\"text\":\"#A6\\n**${{ steps.extract_branch.outputs.BRANCH_NAME }}**\\n\\ncommit: `${{ github.event.head_commit.message }}` [${{ github.event.head_commit.id }}](${{ github.event.head_commit.url }})\",\"parse_mode\":\"markdown\",\"reply_markup\":{\"inline_keyboard\":[[{\"text\":\"Download A6+ Release\",\"url\":\"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/${{ fromJson(steps.metadataJson.outputs.json).elements[0].versionName }}-rCompatible/app-release.apk\"}]]}}'" - name: Send Notification + continue-on-error: true if: steps.extract_branch.outputs.BRANCH_NAME == 'rCompatible' uses: fjogeleit/http-request-action@master with: @@ -402,6 +404,7 @@ jobs: run: "curl --location --request POST 'https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage' --header 'Content-Type:application/json' --data-raw '{\"chat_id\":\"${{ secrets.TELEGRAM_TO_MAIN }}\",\"message_thread_id\":${{ secrets.TELEGRAM_MAIN_TOPIC_ID_DEBUG }},\"text\":\"#A6\\n**${{ steps.extract_branch.outputs.BRANCH_NAME }}**\\n\\ncommit: `${{ github.event.head_commit.message }}` [${{ github.event.head_commit.id }}](${{ github.event.head_commit.url }})\",\"parse_mode\":\"markdown\",\"reply_markup\":{\"inline_keyboard\":[[{\"text\":\"Download A6+ Debug\",\"url\":\"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/${{ fromJson(steps.metadataJson.outputs.json).elements[0].versionName }}-rCompatible-debug/app-debug.apk\"}]]}}'" - name: Send Notification + continue-on-error: true if: steps.extract_branch.outputs.BRANCH_NAME == 'rCompatible-Dev' uses: fjogeleit/http-request-action@master with: From 087a2953cda560d30c4c77d25d180ed37ab20772 Mon Sep 17 00:00:00 2001 From: PahaAkos Date: Thu, 10 Oct 2024 22:08:36 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=AA=B2=20Debug=20Release=203.9.3=20(3?= =?UTF-8?q?93008)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Bump versionCode to 393008 (3.9.3) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ddd7ee28..f86129c6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,7 +19,7 @@ android { // Update the minSdk if old Android Versions are no longer supported on the Gboard side. minSdk = 23 targetSdk = 35 - versionCode = 393007 + versionCode = 393008 versionName = "3.9.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"