Skip to content

Commit

Permalink
🪲 Debug Release 3.9.3 (393007)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 authored Oct 9, 2024
2 parents bb028ef + db90872 commit 5194afa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'
cmake-version: '3.30.5'

- uses: nttld/setup-ndk@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'
cmake-version: '3.30.5'

- name: Get Commit Message
id: commitMessage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'
cmake-version: '3.30.5'

- uses: nttld/setup-ndk@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'
cmake-version: '3.30.5'

- 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 = 393007
versionName = "3.9.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion colorutilsc
Submodule colorutilsc updated 1 files
+1 −1 build.gradle
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ firebase-messaging = "24.0.2"
gson = "2.11.0"
protobufDynamic = "1.0.1"
simple-item-decoration = "1.0.0"
balloon = "1.6.7"
balloon = "1.6.8"
kspPlugin = "2.0.20-1.0.25"
dotsIndicator = "5.1.0"

Expand Down
2 changes: 1 addition & 1 deletion mathc
Submodule mathc updated 1 files
+1 −1 build.gradle

0 comments on commit 5194afa

Please sign in to comment.