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

Commit 232e5057 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Sorin Basca
Browse files

Bump supported source version.

This fixes a warning about source version RELEASE_8 being less than 9.

Test: build settings app and watch console output
Change-Id: Iaeb054d2faee8ff204b0d5477ebe062ec4aa1afd
Merged-In: Iaeb054d2faee8ff204b0d5477ebe062ec4aa1afd
parent 6b5a4f3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ import javax.tools.Diagnostic.Kind;
 * Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
 * subclasses.
 */
@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_9)
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
public class IndexableProcessor extends AbstractProcessor {