Search Issue Tracker
Fixed
Fixed in 6000.0.69f1, 6000.3.10f1, 6000.4.0b10, 6000.5.0a8
Votes
0
Found in
6000.0.1f1
6000.1.0a1
6000.2.0a1
6000.3.0a1
6000.4.0a1
6000.5.0a7
Issue ID
UUM-134142
Regression
No
[Android][Gradle] CompileSdkVersion is incorrectly deprecated
After the AGP upgrade to 8+, I incorrectly deprecated CompileSdkVersion, confused by the deprecation of other {{{}Version{}}} attributes such as {{targetSdkVersion}} and {{{}minSdkVersion{}}}.
Google soft deprecated the argument in AGP 8 and then brought it back in 9, so there's no need to force users to rename it.
In Unity 6.5 (AGP 9), compileSdk is incorrectly deprecated when it's still working. On Unity 6.0-6.4, it's compileSdkVersion the one incorrectly deprecated. Both should be accepeted as valid in all versions.
Steps to reproduce:*
- Open an empty project
- Create a custom Gradle Template
* Publishing Settings > Main Gradle Template
- Open the generated .gradle file in {{Plugins/Android/}}
- Replace {{compileSdk}} with {{compileSdkVersion}}
- {{Build}}
Actual results:* Dialog appears hinting you to rename compileSdkVersion to compileSdk
Expected results: Dialog should not appear, compileSdkVersion is perfectly valid attribute in AGP 8.
Reproducible with versions: 6000.4, 6000.3, 6000.2, 6000.1, 6000.0
Not reproducible with versions: 6000.5 (fixed after AGP upgrade to 9.0)
Tested on (OS):
Relevant PRs:
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note:
Fixed in 6000.5.0a8
Resolution Note (fix version 6000.5.0a8):
Fixed in 6000.5.0a8
Resolution Note (fix version 6000.4.0b10):
Fixed in 6000.4.0b10
Resolution Note (fix version 6000.3.10f1):
Fixed in 6000.3.10f1
Resolution Note (fix version 6000.0.69f1):
Fixed in 6000.0.69f1