Project

General

Profile

« Previous | Next » 

Revision a87e0cb7

Added by Leszek Koltunski 4 months ago

bump to version 2.0.1

View differences:

build.gradle
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17 17
        targetSdkVersion 34
18
        versionCode 88
19
        versionName "2.0.0"
18
        versionCode 89
19
        versionName "2.0.1"
20 20
    }
21 21

  
22 22
    buildTypes {
......
40 40
}
41 41

  
42 42
dependencies {
43
    api project(':distorted-objectlib')
44
    api project(':distorted-flags')
43
    api project(':distorted-library-object')
44
    api project(':distorted-component-flags')
45 45

  
46 46
    implementation platform('com.google.firebase:firebase-bom:32.1.1')
47 47
    implementation ('com.google.firebase:firebase-analytics')

Also available in: Unified diff