Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 056d51ce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Restricting the java version for plugin lib"

parents 081676ef b48556d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,4 +16,8 @@ java_library {
    sdk_version: "current",
    name: "PluginCoreLib",
    srcs: ["src/**/*.java"],

    // Enforce that the library is built against java 8 so that there are
    // no compatibility issues with launcher
    java_version: "1.8",
}