Project

General

Profile

« Previous | Next » 

Revision 85038b84

Added by Leszek Koltunski almost 2 years ago

New UI

View differences:

build.gradle
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17 17
        targetSdkVersion 31
18
        versionCode 56
19
        versionName "1.10.5"
18
        versionCode 57
19
        versionName "2.0.0"
20 20
    }
21 21

  
22 22
    buildTypes {
......
38 38
    api project(':distorted-flags')
39 39

  
40 40
    implementation 'com.google.firebase:firebase-analytics:21.0.0'
41
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
41
    implementation 'com.google.firebase:firebase-crashlytics:18.2.11'
42 42
    implementation 'com.google.android.play:core:1.10.3'
43
    implementation 'androidx.appcompat:appcompat:1.4.1'
44
    implementation 'com.google.android.material:material:1.6.0'
43
    implementation 'androidx.appcompat:appcompat:1.4.2'
44
    implementation 'com.google.android.material:material:1.6.1'
45 45
    implementation project(path: ':distorted-puzzle-jsons')
46 46
    implementation project(path: ':distorted-puzzle-dmesh')
47 47
}

Also available in: Unified diff