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

Commit d616c9dc authored by tibbi's avatar tibbi
Browse files

update target sdk to 28

parent c8f9c085
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

buildscript {
    ext {
        propCompileSdkVersion = 27
        propBuildToolsVersion = "27.0.3"
        propCompileSdkVersion = 28
        propBuildToolsVersion = "28.0.2"
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '4.6.14'
        propVersionName = '4.6.15'
        kotlin_version = '1.2.60'
        support_libs = '27.1.1'
    }