equal
deleted
inserted
replaced
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 |