File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ android {
6969 dimension = " version"
7070 }
7171 }
72+ lint {
73+ baseline = file(" lint-baseline.xml" )
74+ }
7275}
7376
7477dependencies {
Original file line number Diff line number Diff line change 11buildscript {
22 extra.apply {
3- set(" kotlin_version" , " 1.9.22 " )
3+ set(" kotlin_version" , " 2.1.0 " )
44 }
55 repositories {
6- google()
6+ google {
7+ content {
8+ includeGroupByRegex(" com\\ .android.*" )
9+ includeGroupByRegex(" com\\ .google.*" )
10+ includeGroupByRegex(" androidx.*" )
11+ }
12+ }
713 mavenCentral()
814 }
915 dependencies {
10- classpath(" com.android.tools.build:gradle:8.7.3 " )
16+ classpath(" com.android.tools.build:gradle:8.8.0 " )
1117 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${rootProject.extra[" kotlin_version" ]} " )
1218
1319 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 11# Mon Oct 21 22:01:46 CDT 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11include(" :app" )
2- rootProject.name = " Watomatic"
2+ rootProject.name = " Watomatic"
You can’t perform that action at this time.
0 commit comments