Project

General

Profile

« Previous | Next » 

Revision 3f7a4363

Added by Leszek Koltunski over 2 years ago

Remove all files that have been separated into a new library 'objectlib'

View differences:

build.gradle
34 34
}
35 35

  
36 36
dependencies {
37
    api project(':distorted-library')
38
    api project(':distorted-objectlib')
39

  
37 40
    implementation fileTree(dir: 'libs', include: ['*.jar'])
38 41
    implementation 'com.google.firebase:firebase-analytics:19.0.1'
39 42
    implementation 'com.google.firebase:firebase-crashlytics:18.2.1'
40 43
    implementation 'com.google.android.play:core:1.10.2'
41

  
42
    api project(':distorted-library')
43 44
    implementation 'androidx.appcompat:appcompat:1.3.1'
44 45
    implementation 'com.google.android.material:material:1.4.0'
45 46
}

Also available in: Unified diff