Project

General

Profile

« Previous | Next » 

Revision 8f08744c

Added by Leszek Koltunski 11 months ago

build for API 34.

View differences:

build.gradle
9 9
            keyAlias = 'distorted'
10 10
        }
11 11
    }
12
    compileSdkVersion 33
12
    compileSdkVersion 34
13 13

  
14 14
    defaultConfig {
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17
        targetSdkVersion 33
17
        targetSdkVersion 34
18 18
        versionCode 81
19 19
        versionName "1.12.7"
20 20
    }
......
38 38
    api project(':distorted-library-object')
39 39
    api project(':distorted-component-flags')
40 40

  
41
    implementation platform('com.google.firebase:firebase-bom:31.1.0')
41
    implementation platform('com.google.firebase:firebase-bom:32.1.0')
42 42
    implementation ('com.google.firebase:firebase-analytics')
43 43
      {
44 44
      exclude module: "play-services-ads-identifier"
......
51 51
    implementation ('com.google.android.play:core:1.10.3')
52 52
    implementation ('androidx.appcompat:appcompat:1.6.1')
53 53
    implementation ('androidx.work:work-runtime:2.8.1')
54
    implementation ('com.google.android.material:material:1.8.0')
54
    implementation ('com.google.android.material:material:1.9.0')
55 55
    //implementation "com.android.billingclient:billing:5.1.0"
56 56
    implementation project(path: ':distorted-component-jsons')
57 57
    implementation project(path: ':distorted-component-dmesh')

Also available in: Unified diff