Project

General

Profile

« Previous | Next » 

Revision 7b7d65ce

Added by Leszek Koltunski about 4 years ago

- bump version to 1.1.2
- fix one crasher observed in the field ( we need to adjust the Levels Spinner in Play state if Object changed in Pattern or Solver states )

View differences:

build.gradle
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17 17
        targetSdkVersion 29
18
        versionCode 3
19
        versionName "1.1.1"
18
        versionCode 4
19
        versionName "1.1.2"
20 20
    }
21 21

  
22 22
    buildTypes {
......
35 35

  
36 36
dependencies {
37 37
    implementation fileTree(dir: 'libs', include: ['*.jar'])
38
    implementation 'com.google.firebase:firebase-analytics:17.3.0'
39
    implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta04'
38
    implementation 'com.google.firebase:firebase-analytics:17.4.0'
39
    implementation 'com.google.firebase:firebase-crashlytics:17.0.0'
40 40

  
41 41
    api project(':distorted-library')
42 42
    implementation 'androidx.appcompat:appcompat:1.1.0'

Also available in: Unified diff