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

Commit b2d87ef0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bump minimum minSdkVersion to 19."

parents 00be8b8b 862a7c5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@ func (c *config) PlatformBaseOS() string {
}

func (c *config) MinSupportedSdkVersion() ApiLevel {
	return uncheckedFinalApiLevel(16)
	return uncheckedFinalApiLevel(19)
}

func (c *config) FinalApiLevels() []ApiLevel {