Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
<ignore path="**/NumberPicker.java" />
</issue>
<!-- Ignore warning, let the AGP update manage the gradle version -->
<issue id="AndroidGradlePluginVersion" severity="ignore" />
<issue id="AndroidGradlePluginVersion,BidiSpoofing" severity="ignore" />
<!-- lint-osmdroid.xml has specific suppressions, maintained separately -->
</lint>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:9.2.1'
classpath 'com.android.tools.build:gradle:9.3.1'
}
}

Expand Down
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ org.gradle.jvmargs=-Xmx4096m

# Disable map (i.e. neither MapBox nor osmdroid is used)
# org.runnerup.nomap=true

# Disable warnings due to the way ant+ is consumed
# Using flatDir should be avoided because it doesn't support any meta-data formats
android.sync.suppressAgpWarnings=FLAT_DIR_REPOSITORY_USED
2 changes: 1 addition & 1 deletion hrdevice/lint.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Ignore warning, let the AGP update manage the gradle version -->
<issue id="AndroidGradlePluginVersion" severity="ignore" />
<issue id="AndroidGradlePluginVersion,BidiSpoofing" severity="ignore" />
</lint>
2 changes: 1 addition & 1 deletion wear/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
<issue id="AllowBackup" severity="ignore"/>
<issue id="GradleCompatible" severity="warning"/>
<!-- Ignore warning, let the AGP update manage the gradle version -->
<issue id="AndroidGradlePluginVersion" severity="ignore" />
<issue id="AndroidGradlePluginVersion,BidiSpoofing" severity="ignore" />
</lint>