Skip to content

Commit

Permalink
🪲 Debug Release 3.9.3 (393006)
Browse files Browse the repository at this point in the history
• Add a Reboot button to the theme download snackbar when using the Magisk method
• Add the name of Sounds, Flags, Preferences, Props to the popup
• Add more from us popup
• Add Sound Size & Last Update Date
• Hide Corner Prop if Gboard is newer than 14.7.xy
• Move all Rboard apps to about us screen
• Remove theme values preference
• Fix ThemeChangerActivity Orientation
• Fix Indonesian Locale Config
• Update Dependencies
• Update Submodules
• Update Workflow
• Bump Java to 22
• Bump versionCode to 393006 (3.9.3)
  • Loading branch information
AkosPaha01 authored Oct 8, 2024
2 parents 0638311 + 6da27d1 commit bb028ef
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- uses: nttld/setup-ndk@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/buildPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- name: Get Commit Message
id: commitMessage
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- uses: nttld/setup-ndk@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- uses: nttld/setup-ndk@v1
with:
Expand Down

0 comments on commit bb028ef

Please sign in to comment.