Skip to content

Commit 1a27b1e

Browse files
authored
🚀 Release 3.4 (3406)
⚠️ Warning: • Last Android 6.x and 7.x update, the next version is only supported from Android 8.0 and above. • Update Dependencies • Update Submodules
2 parents 0ababec + 32ae8be commit 1a27b1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/playstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
uses: gradle/actions/setup-gradle@v4
7373
with:
7474
gradle-version: wrapper
75-
- name: AssembleRelease the project
76-
run: ./gradlew assembleRelease
75+
- name: bundleRelease the project
76+
run: ./gradlew bundleRelease
7777

7878
- name: Sign artifact
7979
id: signArtifact

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
applicationId = "de.dertyp7214.rboardpatcher"
1717
minSdk = 23
1818
targetSdk = 36
19-
versionCode = 3405
19+
versionCode = 3406
2020
versionName = "3.4"
2121

2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)