Project

General

Profile

« Previous | Next » 

Revision f1c2d4b0

Added by Leszek Koltunski almost 4 years ago

Move to AndroidX, target API level 29.

View differences:

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