forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Bumped agp to 8.3.0-alpha18 in androidx"
Revert submission 2885948-agp-8.3.0-alpha18 Reason for revert: broke installDebug due to b/315337463 Reverted changes: /q/submissionid:2885948-agp-8.3.0-alpha18 Change-Id: Ia618cabc224f385a49c2a389c91c8c63d7a0d6eb
- Loading branch information
Showing
108 changed files
with
11,868 additions
and
12,675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="6" by="lint 8.3.0-alpha04" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha04)" variant="all" version="8.3.0-alpha04"> | ||
|
||
<issue | ||
id="ObsoleteSdkInt" | ||
message="Unnecessary; SDK_INT is always >= 19" | ||
errorLine1=" if (android.os.Build.VERSION.SDK_INT >= 19) {" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/java/androidx/activity/integration/testapp/MainActivity.kt"/> | ||
</issue> | ||
|
||
<issue | ||
id="ObsoleteSdkInt" | ||
message="Unnecessary; SDK_INT is always >= 19" | ||
errorLine1=" if (android.os.Build.VERSION.SDK_INT >= 19) {" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/java/androidx/activity/integration/testapp/MainActivity.kt"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnknownNullness" | ||
message="Should explicitly declare type here since implicit type does not specify nullness (ActivityResultLauncher<(Uri or Uri?)>)" | ||
errorLine1=" val takePicture = registerForActivityResult(TakePicture()) { success ->" | ||
errorLine2=" ~~~~~~~~~~~"> | ||
<location | ||
file="src/main/java/androidx/activity/integration/testapp/MainActivity.kt"/> | ||
</issue> | ||
|
||
</issues> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.