Revision f1c2d4b0
Added by Leszek Koltunski over 5 years ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.library' |
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 |
compileSdkVersion 27
|
|
| 4 |
compileSdkVersion 29
|
|
| 5 | 5 |
|
| 6 | 6 |
defaultConfig {
|
| 7 | 7 |
minSdkVersion 21 |
| 8 |
targetSdkVersion 27
|
|
| 8 |
targetSdkVersion 29
|
|
| 9 | 9 |
} |
| 10 | 10 |
|
| 11 | 11 |
buildTypes {
|
Also available in: Unified diff
Move to AndroidX, target API level 29.