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

Commit df682dd0 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

gradle: Bump required flags version



- Bump buildToolsVersion, compileSdkVersion, and targetSdkVersion to 29 (We are currently shipping on Android 10)
- Bump minSdkVersion to 25 (We are only backwards compatiable till Android 7.1)

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parent cd5d1def
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@ plugins {
}

android {
    compileSdkVersion 28
    buildToolsVersion '28.0.3'
    compileSdkVersion 29
    buildToolsVersion '29.0.2'

    defaultConfig {
        applicationId "foundation.e.apps"
        minSdkVersion 21
        targetSdkVersion 27
        minSdkVersion 25
        targetSdkVersion 29
        versionCode 10
        versionName "1.1.6"