Project

General

Profile

« Previous | Next » 

Revision 7e97ea45

Added by Leszek Koltunski over 1 year ago

Switch off marking objects as free and bought in RubikObjectList
Up compileSdkVerion to 32 (dependency forces us to do so)

View differences:

build.gradle
9 9
            keyAlias = 'distorted'
10 10
        }
11 11
    }
12
    compileSdkVersion 31
12
    compileSdkVersion 32
13 13

  
14 14
    defaultConfig {
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17
        targetSdkVersion 31
17
        targetSdkVersion 32
18 18
        versionCode 62
19 19
        versionName "1.11.4"
20 20
    }
......
43 43
    implementation 'com.google.firebase:firebase-crashlytics'
44 44
    implementation 'com.google.firebase:firebase-inappmessaging-display'
45 45
    implementation 'com.google.android.play:core:1.10.3'
46
    implementation 'androidx.appcompat:appcompat:1.4.2'
46
    implementation 'androidx.appcompat:appcompat:1.5.1'
47 47
    implementation "androidx.work:work-runtime:2.7.1"
48
    implementation 'com.google.android.material:material:1.6.1'
48
    implementation 'com.google.android.material:material:1.7.0'
49 49
    implementation project(path: ':distorted-puzzle-jsons')
50 50
    implementation project(path: ':distorted-puzzle-dmesh')
51 51
}

Also available in: Unified diff