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

Commit 2d4364a6 authored by cketti's avatar cketti
Browse files

Set minSdkVersion to 21

parent 1303430e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ buildscript {
        buildConfig = [
                'compileSdk': 29,
                'targetSdk': 28,
                'minSdk': 19,
                'minSdk': 21,
                'buildTools': '29.0.2',
                'robolectricSdk': 28
        ]