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 c2bff6b + 4c8a51d commit 4aaedc0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
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/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/createTranslationPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
submodules: recursive
fetch-depth: 0

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

- name: Download Pull Request template
shell: bash
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
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
applicationId = "de.dertyp7214.rboardthememanager"
minSdk = 31
targetSdk = 35
versionCode = 393005
versionCode = 393006
versionName = "3.9.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 4aaedc0

Please sign in to comment.