sample/build.gradle.kts
changeset 22 d0190e5504a6
parent 18 ac393491d2eb
child 23 5bba9369df0f
equal deleted inserted replaced
21:0c6a3ad6b052 22:d0190e5504a6
    34     }
    34     }
    35 }
    35 }
    36 
    36 
    37 android {
    37 android {
    38     namespace = "com.geekorum.aboutoss.sampleapp"
    38     namespace = "com.geekorum.aboutoss.sampleapp"
    39     compileSdk = 33
    39     compileSdk = 35
    40 
    40 
    41     defaultConfig {
    41     defaultConfig {
    42         applicationId = "com.geekorum.aboutoss.sampleapp"
    42         applicationId = "com.geekorum.aboutoss.sampleapp"
    43         minSdk = 24
    43         minSdk = 24
    44         targetSdk = 33
    44         targetSdk = 33