sample/build.gradle.kts
changeset 89 0cc872a9edbf
parent 86 ed5dfac18c84
child 102 47363ef81dc3
equal deleted inserted replaced
88:15d74076b49d 89:0cc872a9edbf
    96     compileSdk = 36
    96     compileSdk = 36
    97 
    97 
    98     defaultConfig {
    98     defaultConfig {
    99         applicationId = "com.geekorum.aboutoss.sampleapp"
    99         applicationId = "com.geekorum.aboutoss.sampleapp"
   100         minSdk = 28
   100         minSdk = 28
   101         targetSdk = 33
   101         targetSdk = 35
   102         versionCode = 1
   102         versionCode = 1
   103         versionName = "1.0"
   103         versionName = "1.0"
   104 
   104 
   105         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
   105         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
   106         vectorDrawables {
   106         vectorDrawables {