Skip to content

Commit a2a2d04

Browse files
committed
Upgrade build infrastructure: update Gradle and plugin versions
1 parent 561ce40 commit a2a2d04

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-kapt'
44
apply plugin: 'com.mikepenz.aboutlibraries.plugin'
5+
apply plugin: 'com.mikepenz.aboutlibraries.plugin.android'
56
apply from: "../gradle/compile.groovy"
67

78
/*

build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ buildscript {
2323
]
2424

2525
setup = [
26-
compileSdk: 34,
27-
buildTools: "34.0.0",
28-
minSdk: 21,
26+
compileSdk: 36,
27+
buildTools: "36.1.0",
28+
minSdk : 21,
2929
composeMinSdk: 21,
3030
targetSdk : 34
3131
]
3232

3333
versions = [
34-
kotlin : '2.0.0',
34+
kotlin : '2.2.21',
3535
androidX : '1.0.0',
3636
recyclerView : '1.3.0',
3737
material : '1.9.0',
@@ -44,11 +44,11 @@ buildscript {
4444
],
4545
startup : '1.1.1',
4646
detekt : '1.18.1',
47-
aboutLibraries: '11.2.1',
47+
aboutLibraries: '13.1.0',
4848
materialDrawer: '9.0.2',
4949
fastAdapter : '5.7.0',
5050
// compose
51-
compose : '1.6.10',
51+
compose : '1.9.3',
5252
]
5353
}
5454

@@ -61,12 +61,13 @@ buildscript {
6161
}
6262

6363
dependencies {
64-
classpath 'com.android.tools.build:gradle:8.4.1'
64+
classpath 'com.android.tools.build:gradle:8.4.2'
6565
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
6666
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:${versions.kotlin}"
6767
classpath "org.jetbrains.compose:compose-gradle-plugin:${versions.compose}"
6868
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${versions.detekt}"
6969
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
70+
classpath "com.mikepenz.aboutlibraries.plugin.android:com.mikepenz.aboutlibraries.plugin.android.gradle.plugin:${versions.aboutLibraries}"
7071
}
7172
}
7273

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)