core/build.gradle.kts
changeset 6 67743d62eda9
parent 1 137a5da55ed9
child 7 b3b2e88f441f
equal deleted inserted replaced
5:448854642714 6:67743d62eda9
     9 android {
     9 android {
    10     namespace = "com.geekorum.aboutoss.core"
    10     namespace = "com.geekorum.aboutoss.core"
    11     compileSdk = 33
    11     compileSdk = 33
    12 
    12 
    13     defaultConfig {
    13     defaultConfig {
    14         minSdk = 28
    14         minSdk = 24
    15 
    15 
    16         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
    16         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
    17         consumerProguardFiles("consumer-rules.pro")
    17         consumerProguardFiles("consumer-rules.pro")
    18     }
    18     }
    19 
    19