File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
<issue id =" UnusedResources" >
8
8
<ignore path =" res/values/strings.xml" />
9
9
</issue >
10
- <!-- We are currently not using the ellipsis character -->
10
+ <!-- We are currently not using the ellipsis character. -->
11
11
<issue id =" TypographyEllipsis" severity =" ignore" />
12
- <!-- Temporarily ignore the below checks while migrating to version catalogs . -->
12
+ <!-- Ignore since we currently treat warnings as errors . -->
13
13
<issue id =" GradleDependency" severity =" ignore" />
14
- <issue id =" AndroidGradlePluginVersion" severity =" ignore" />
15
14
</lint >
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ android.nonTransitiveRClass=false
3
3
android.useAndroidX =true
4
4
kotlin.code.style =official
5
5
org.gradle.jvmargs =-Xmx8192M -Dkotlin.daemon.jvm.options\=" -Xmx8192M"
6
- android.experimental.lint.version = 8.4.0
Original file line number Diff line number Diff line change 3
3
# The android-gradle-aapt plugin version must be in sync with the android plugin version.
4
4
# Required for Gradle metadata verification to work properly, see:
5
5
# https://github.com/gradle/gradle/issues/19228
6
- android-gradle-plugin = " 8.3.0 "
7
- android-gradle-aapt = " 10880808 "
6
+ android-gradle-plugin = " 8.5.2 "
7
+ android-gradle-aapt = " 11315950 "
8
8
android-billingclient = " 6.2.0"
9
9
android-volley = " 1.2.1"
10
10
You can’t perform that action at this time.
0 commit comments