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

Commit f53ba85a authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Change minSdk from 23 to 24

parent 96e57d00
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ package foundation.e.blisslauncher.buildsrc


object Versions {
object Versions {
    const val compile_sdk = 28
    const val compile_sdk = 28
    const val min_sdk = 23
    const val min_sdk = 24
    const val target_sdk = 28
    const val target_sdk = 28
    const val android_gradle_plugin = "3.5.0"
    const val android_gradle_plugin = "3.5.0"
    const val dexcount_gradle_plugin = "0.8.6"
    const val dexcount_gradle_plugin = "0.8.6"