Commit abc7161
authored
Allow AGP 8.3.0 to be used with desugaring enabled (#2364)
## Goal
The code used to check `!AgpVersion.isAtLeast(AgpVersion.AGP_8_3_0)` but a refactor turned it into `agpExtension.version <= AgpVersion.AGP_8_3_0`. Restore the old logic so 8.3.0 becomes a valid version again.
## Testing
This will be tested in a test that Fran is addingFile tree
1 file changed
+1
-1
lines changed- embrace-gradle-plugin/src/main/java/io/embrace/android/gradle/plugin
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments