File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33apply plugin : ' kotlin-kapt'
44apply plugin : ' com.mikepenz.aboutlibraries.plugin'
5+ apply plugin : ' com.mikepenz.aboutlibraries.plugin.android'
56apply from : " ../gradle/compile.groovy"
67
78/*
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments