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

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

Merge "Bump minimum minSdkVersion to 19." into tm-dev

parents b5abdaef fa652e32
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 {