Skip to content

Commit

Permalink
Release 1.2.4 (124001)
Browse files Browse the repository at this point in the history
🔧 New dependencies changes:
• Update Appcompat to 1.7.0
• Update Core(-ktx) to 1.13.1
• Update EspressoCore to 3.6.0-rc01
• Update Gradle to 8.6.0-alpha04
• Update Kotlin to 2.0.0
• Update Lifecycle-viewmodel(-ktx) to 2.8.1
• Update Material to 1.12.0

🗂️ Others Changes:
• Update versionCode to 124001 (1.2.4)
• Update Submodules
• Update buildToolsVersion to 35.0.0-rc4
• Update Workflow Files
  • Loading branch information
AkosPaha01 authored Jun 10, 2024
2 parents 3c899eb + 9279f49 commit ae315e7
Show file tree
Hide file tree
Showing 15 changed files with 334 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
ndk-version: r27-beta2

- name: Get Commit Message
id: commitMessage
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 22
distribution: temurin

- name: Cache Gradle dependencies
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
signingKey: ${{ secrets.SIGNING_KEY }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: '35.0.0-rc3'
buildToolsVersion: '35.0.0-rc4'

- name: List files
run: ls app/build/outputs/apk/release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
ndk-version: r27-beta2

- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 22
distribution: temurin


Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: '35.0.0-rc3'
BUILD_TOOLS_VERSION: '35.0.0-rc4'

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/material_theme_project_new.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

263 changes: 263 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae315e7

Please sign in to comment.