Project

General

Profile

« Previous | Next » 

Revision 66e777b0

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
apply plugin: 'com.google.gms.google-services'
2 3

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

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

  
23 24
dependencies {
24 25
    implementation fileTree(dir: 'libs', include: ['*.jar'])
26
    implementation 'com.google.firebase:firebase-analytics:17.3.0'
25 27

  
26 28
    api project(':distorted-library')
27
    implementation 'com.android.support:appcompat-v7:27.1.1'
28
    implementation 'com.android.support:design:27.1.1'
29
    implementation 'androidx.appcompat:appcompat:1.1.0'
30
    implementation 'com.google.android.material:material:1.1.0'
29 31
}

Also available in: Unified diff