Skip to content

Commit

Permalink
Revert "🪲 Debug Release 3.9.3 (393006)"
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 authored Oct 8, 2024
1 parent 4aaedc0 commit e7afb89
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ 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: 0 additions & 5 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ 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: 0 additions & 5 deletions .github/workflows/createTranslationPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ 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: 0 additions & 5 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ 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 = 393006
versionCode = 393005
versionName = "3.9.3"

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

0 comments on commit e7afb89

Please sign in to comment.