ui/common/build.gradle.kts
changeset 22 d0190e5504a6
parent 19 18c078fbc745
child 34 ce299aacc068
equal deleted inserted replaced
21:0c6a3ad6b052 22:d0190e5504a6
    29 group = "com.geekorum.aboutoss"
    29 group = "com.geekorum.aboutoss"
    30 version = "0.1.0"
    30 version = "0.1.0"
    31 
    31 
    32 android {
    32 android {
    33     namespace = "com.geekorum.aboutoss.ui.common"
    33     namespace = "com.geekorum.aboutoss.ui.common"
    34     compileSdk = 33
    34     compileSdk = 35
    35 
    35 
    36     defaultConfig {
    36     defaultConfig {
    37         minSdk = 24
    37         minSdk = 24
    38 
    38 
    39         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
    39         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"