Project

General

Profile

« Previous | Next » 

Revision 23e4c6aa

Added by Leszek Koltunski about 3 years ago

Up version to 1.6.5

View differences:

build.gradle
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17 17
        targetSdkVersion 29
18
        versionCode 27
19
        versionName "1.6.4"
18
        versionCode 28
19
        versionName "1.6.5"
20 20
    }
21 21

  
22 22
    buildTypes {
......
37 37
    implementation fileTree(dir: 'libs', include: ['*.jar'])
38 38
    implementation 'com.google.firebase:firebase-analytics:18.0.2'
39 39
    implementation 'com.google.firebase:firebase-crashlytics:17.3.1'
40
    implementation 'com.google.android.play:core:1.9.1'
40
    implementation 'com.google.android.play:core:1.10.0'
41 41

  
42 42
    api project(':distorted-library')
43 43
    implementation 'androidx.appcompat:appcompat:1.2.0'
44
    implementation 'com.google.android.material:material:1.2.1'
44
    implementation 'com.google.android.material:material:1.3.0'
45 45
}

Also available in: Unified diff