Skip to content

Commit

Permalink
Merge pull request #100 from IABTechLab/dave/upgrade-agp
Browse files Browse the repository at this point in the history
Upgrade AGP
  • Loading branch information
dcaunt authored Sep 4, 2024
2 parents 4a29a1e + 7ada6a6 commit 0a8762e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
1 change: 1 addition & 0 deletions dev-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ android {
}

lint {
baseline = file("lint-baseline.xml")
disable 'GradleDependency'
}
}
Expand Down
23 changes: 8 additions & 15 deletions dev-app/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.4.2" type="baseline" client="gradle" dependencies="true" name="AGP (7.4.2)" variant="all" version="7.4.2">
<issues format="6" by="lint 8.6.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0)" variant="all" version="8.6.0">

<issue
id="DataExtractionRules"
message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher."
errorLine1=" android:allowBackup=&quot;false&quot;"
errorLine2=" ~~~~~">
id="WrongConstant"
message="Must be one or more of: PackageManager.GET_META_DATA, PackageManager.GET_SHARED_LIBRARY_FILES, PackageManager.MATCH_UNINSTALLED_PACKAGES, PackageManager.MATCH_SYSTEM_ONLY, PackageManager.MATCH_DISABLED_COMPONENTS, PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS, PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, PackageManager.GET_UNINSTALLED_PACKAGES, PackageManager.MATCH_APEX"
errorLine1=" getApplicationInfo(packageName, PackageManager.ApplicationInfoFlags.of(flags.toLong()))"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="12"
column="30"/>
</issue>

<issue
id="UnusedResources"
message="The resource `R.mipmap.ic_launcher_round` appears to be unused">
<location
file="src/main/res/mipmap-hdpi/ic_launcher_round.webp"/>
file="src/main/java/com/uid2/dev/network/AppUID2Client.kt"
line="202"
column="88"/>
</issue>

</issues>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.5.2"
agp = "8.6.0"
kotlin = "2.0.0"
core-ktx = "1.13.1"
junit = "4.13.2"
Expand Down

0 comments on commit 0a8762e

Please sign in to comment.