Skip to content

Commit

Permalink
Debug Release 3.2 (3205)
Browse files Browse the repository at this point in the history
🔧 New dependencies changes:
• Update Core(-ktx) to 1.13.0
• Update Gradle to 8.5.0-alpha06

🗂️ Others Changes:
• Update versionCode to 3205 (3.2)
  • Loading branch information
AkosPaha01 committed Apr 20, 2024
1 parent d5e82bb commit 30fdbe0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .idea/kotlinc.xml

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

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
applicationId = "de.dertyp7214.rboardpatcher"
minSdk = 23
targetSdk = 34
versionCode = 3204
versionCode = 3205
versionName = "3.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ androidx-junit = "1.1.5"
appcompat = "1.7.0-alpha03"
browser = "1.8.0"
constraintlayout = "2.1.4"
coreKtx = "1.13.0-rc01"
coreKtx = "1.13.0"
desugar_jdk_libs_nio = "2.0.4"
espressoCore = "3.6.0-alpha03"
gradle = "8.5.0-alpha05"
gradle = "8.5.0-alpha06"
gson = "2.10.1"
junit = "4.13.2"
kotlinreflect = "1.9.23"
Expand Down

0 comments on commit 30fdbe0

Please sign in to comment.