Skip to content

Commit

Permalink
🚀 Release 3.9.4 (394000)
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
• Fixed all flags list crash
• Fix ThemeChangerActivity Orientation
• Fix Indonesian Locale Config
• Update Dependencies
• Update Submodules
• Update Workflow
• Bump Java to 22
• Bump versionCode to 394000 (3.9.4)
  • Loading branch information
AkosPaha01 authored Oct 11, 2024
2 parents cdb97e4 + 234c057 commit ae7f25a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

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

- uses: nttld/setup-ndk@v1
with:
Expand Down Expand Up @@ -289,7 +294,6 @@ jobs:
with:
cmake-version: '3.30.5'


- uses: nttld/setup-ndk@v1
with:
ndk-version: r27b
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Oct 07 23:22:29 CEST 2024
#Fri Oct 11 09:39:49 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
Expand Down

0 comments on commit ae7f25a

Please sign in to comment.