equal
deleted
inserted
replaced
7 android { |
7 android { |
8 namespace = "com.geekorum.aboutoss.ui.material" |
8 namespace = "com.geekorum.aboutoss.ui.material" |
9 compileSdk = 33 |
9 compileSdk = 33 |
10 |
10 |
11 defaultConfig { |
11 defaultConfig { |
12 minSdk = 28 |
12 minSdk = 24 |
13 |
13 |
14 testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" |
14 testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" |
15 consumerProguardFiles("consumer-rules.pro") |
15 consumerProguardFiles("consumer-rules.pro") |
16 } |
16 } |
17 |
17 |