File tree Expand file tree Collapse file tree 11 files changed +35
-7
lines changed
Expand file tree Collapse file tree 11 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.application'
2+ alias libs . plugins . com. android. application
33 id ' org.jetbrains.kotlin.android'
44}
55
Original file line number Diff line number Diff line change 55 <issue id =" OldTargetApi" severity =" ignore" />
66 <issue id =" MonochromeLauncherIcon" severity =" ignore" />
77 <issue id =" GradleDependency" severity =" ignore" />
8+ <issue id =" AndroidGradlePluginVersion" severity =" ignore" />
89
910 <!-- Required for firebase distribution tracks, nodpi assets should be included also. -->
1011 <issue id =" UnusedResources" >
1516 <issue id =" IconLauncherShape" >
1617 <ignore path =" src/main/res/mipmap-nodpi/ic_launcher*.png" />
1718 </issue >
19+ <issue id =" UseTomlInstead" severity =" ignore" />
20+
1821</lint >
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ buildscript {
2222 }
2323 }
2424 dependencies {
25- classpath " com.android.tools.build:gradle:8.9.3"
2625 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2726 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detekt_version "
2827 }
@@ -33,6 +32,9 @@ plugins {
3332 id ' org.jetbrains.kotlin.plugin.compose' version " $kotlin_version " apply false
3433 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0' apply false
3534 id " io.github.takahirom.roborazzi" version ' 1.26.0' apply false
35+ alias libs. plugins. com. android. application apply false
36+ alias libs. plugins. com. android. library apply false
37+
3638 id " io.gitlab.arturbosch.detekt" version ' 1.23.7'
3739}
3840
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.library'
2+ alias libs . plugins . com. android. library
33 id ' org.jetbrains.kotlin.android'
44 id ' kotlin-kapt'
55 id ' maven-publish'
Original file line number Diff line number Diff line change 2828 </issue >
2929 <issue id =" OldTargetApi" severity =" ignore" />
3030 <issue id =" GradleDependency" severity =" ignore" />
31+ <issue id =" UseTomlInstead" severity =" ignore" />
32+
3133</lint >
Original file line number Diff line number Diff line change 1+ [versions ]
2+ android-gradle-plugin = " 8.11.1"
3+
4+ [libraries ]
5+
6+ [plugins ]
7+ com-android-application = { id = " com.android.application" , version.ref = " android-gradle-plugin" }
8+ com-android-library = { id = " com.android.library" , version.ref = " android-gradle-plugin" }
Original file line number Diff line number Diff line change 1- # Fri Mar 07 14:21:40 CET 2025
1+ # Fri Aug 08 12:17:49 CEST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.library'
2+ alias libs . plugins . com. android. library
33 id ' org.jetbrains.kotlin.android'
44 id ' org.jetbrains.kotlin.plugin.compose'
55}
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.library'
2+ alias libs . plugins . com. android. library
33 id ' org.jetbrains.kotlin.android'
44 id ' kotlin-kapt'
55 id ' maven-publish'
Original file line number Diff line number Diff line change 99 </issue >
1010 <issue id =" OldTargetApi" severity =" ignore" />
1111 <issue id =" GradleDependency" severity =" ignore" />
12+ <issue id =" UseTomlInstead" severity =" ignore" />
13+
1214</lint >
You can’t perform that action at this time.
0 commit comments