Project

General

Profile

« Previous | Next » 

Revision 2fad84a7

Added by Leszek Koltunski about 4 years ago

Move to AndroidX, target API level 29.

View differences:

build.gradle
1 1
apply plugin: 'com.android.application'
2 2

  
3 3
android {
4
    compileSdkVersion 27
4
    compileSdkVersion 29
5 5

  
6 6
    defaultConfig {
7 7
        applicationId "org.distorted.examples"
8 8
        minSdkVersion 21
9
        targetSdkVersion 27
9
        targetSdkVersion 29
10 10
        versionCode 1
11 11
        versionName "1.0"
12 12
    }
......
21 21

  
22 22
dependencies {
23 23
    api project(':distorted-library')
24
    implementation 'com.android.support:support-v4:27.1.1'
25
    implementation 'com.android.support:support-v13:27.1.1'
26
    implementation 'com.android.support:design:27.1.1'
24
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
25
    implementation 'androidx.legacy:legacy-support-v13:1.0.0'
26
    implementation 'com.google.android.material:material:1.1.0'
27 27
}

Also available in: Unified diff