-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Target Java 1.8 for Circuit published libraries (from Java 11) (#1378)
Our problem is we want to use Circuit in a SDK potentially used by AGP 4.0 / Java 8 consumers (Unity). Since Circuit target Java 11 we can't build the consumer app. Since current androidx libraries are built for Java 8 it makes sense to downgrade from Java 11 to Java 8 (until androidx team decide to bump to Java 11). In this change only published libraries are impacted. Published library mean a `POM_ARTIFACT_ID` property exists. The change was tested successfully using a Unity 2020 project with the Circuit counter sample added to our SDK.
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 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