Skip to content

Commit

Permalink
Monthly Update
Browse files Browse the repository at this point in the history
New dependencies changes:
• Update com.google.android.material:material to 1.11.0
• Update com.android.tools.build:gradle to 8.4.0-alpha04
• Update com.google.devtools.ksp to 1.9.22-1.0.16
• Update org.jetbrains.kotlin:kotlin-gradle-plugin, kotlin-reflect & kotlin-stdlib to 1.9.22

Others Changes:
• Update versionCode to 3100
• Update versionName to 3.1
• Update gradle-plugin & Kotlin to 1.9.22
  • Loading branch information
AkosPaha01 committed Jan 12, 2024
2 parents c18efb0 + e9890c3 commit 313e73f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

1 change: 0 additions & 1 deletion .idea/misc.xml

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

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "de.dertyp7214.rboardpatcher"
minSdk = 23
targetSdk = 34
versionCode = 3003
versionName = "3.0"
versionCode = 3100
versionName = "3.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
dependencies {
classpath(libs.gradle)
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.9.21"))
classpath(kotlin("gradle-plugin", version = "1.9.22"))
}
}

Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ constraintlayout = "2.1.4"
coreKtx = "1.12.0"
desugar_jdk_libs_nio = "2.0.4"
espressoCore = "3.5.1"
gradle = "8.3.0-alpha16"
gradle = "8.4.0-alpha04"
gson = "2.10.1"
junit = "4.13.2"
kotlinreflect = "1.9.21"
kotlinStdlib = "1.9.21"
kotlinreflect = "1.9.22"
kotlinStdlib = "1.9.22"
kotlinxCoroutinesAndroid = "1.7.3"
kspPlugin = "1.9.21-1.0.15"
material = "1.10.0"
kspPlugin = "1.9.22-1.0.16"
material = "1.11.0"
preferenceKtx = "1.2.1"
storage = "1.5.5"
kotlin = "1.9.21"
kotlin = "1.9.22"

[libraries]
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Dec 01 09:20:13 CET 2023
#Fri Jan 12 22:48:52 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 313e73f

Please sign in to comment.