Skip to content

Commit e76022e

Browse files
committed
v5.0.0 release
1 parent 96e04be commit e76022e

File tree

18 files changed

+524
-191
lines changed

18 files changed

+524
-191
lines changed

adblib/lint-baseline.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">
2+
<issues format="6" by="lint 8.2.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.1)" variant="all" version="8.2.1">
3+
4+
<issue
5+
id="OldTargetApi"
6+
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
7+
errorLine1=" targetSdkVersion 34"
8+
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
9+
<location
10+
file="build.gradle"
11+
line="8"
12+
column="9"/>
13+
</issue>
314

415
<issue
516
id="TrulyRandom"

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
targetSdk 34
1717

1818
versionCode 47
19-
versionName "v5.0.0-test"
19+
versionName "v5.0.0"
2020

2121
}
2222

0 commit comments

Comments
 (0)