| 1 | 0c52af30 | Leszek Koltunski | apply plugin: 'com.android.application'
 | 
      
        | 2 | 66e777b0 | Leszek Koltunski | apply plugin: 'com.google.gms.google-services'
 | 
      
        | 3 | 8aa9b077 | Leszek Koltunski | apply plugin: 'com.google.firebase.crashlytics'
 | 
      
        | 4 | 0c52af30 | Leszek Koltunski | 
 | 
      
        | 5 |  |  | android {
 | 
      
        | 6 | f4ee4d70 | Leszek Koltunski |     signingConfigs {
 | 
      
        | 7 |  |  |         release {
 | 
      
        | 8 | 0f25905a | Leszek Koltunski |             storeFile file('/Users/leszek/Programs/MagicCube/threedcell.keystore')
 | 
      
        | 9 | f4ee4d70 | Leszek Koltunski |             keyAlias = 'distorted'
 | 
      
        | 10 |  |  |         }
 | 
      
        | 11 |  |  |     }
 | 
      
        | 12 | 8d1da3f1 | Leszek Koltunski |     compileSdkVersion 31
 | 
      
        | 13 | 0c52af30 | Leszek Koltunski | 
 | 
      
        | 14 |  |  |     defaultConfig {
 | 
      
        | 15 |  |  |         applicationId "org.distorted.magic"
 | 
      
        | 16 | 86cbdab1 | Leszek Koltunski |         minSdkVersion 21
 | 
      
        | 17 | 3963610e | Leszek Koltunski |         targetSdkVersion 31
 | 
      
        | 18 | 3504be2b | Leszek Koltunski |         versionCode 51
 | 
      
        | 19 |  |  |         versionName "1.10.0"
 | 
      
        | 20 | 0c52af30 | Leszek Koltunski |     }
 | 
      
        | 21 |  |  | 
 | 
      
        | 22 |  |  |     buildTypes {
 | 
      
        | 23 |  |  |         release {
 | 
      
        | 24 |  |  |             minifyEnabled false
 | 
      
        | 25 |  |  |             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
 | 
      
        | 26 | f4ee4d70 | Leszek Koltunski |             signingConfig signingConfigs.release
 | 
      
        | 27 | 4026e706 | Leszek Koltunski |             manifestPlaceholders = [crashlyticsCollectionEnabled:"true"]
 | 
      
        | 28 |  |  |         }
 | 
      
        | 29 |  |  |         debug {
 | 
      
        | 30 |  |  |             manifestPlaceholders = [crashlyticsCollectionEnabled:"false"]
 | 
      
        | 31 | 0c52af30 | Leszek Koltunski |         }
 | 
      
        | 32 |  |  |     }
 | 
      
        | 33 |  |  | 
 | 
      
        | 34 |  |  | }
 | 
      
        | 35 |  |  | 
 | 
      
        | 36 |  |  | dependencies {
 | 
      
        | 37 | 3f7a4363 | Leszek Koltunski |     api project(':distorted-objectlib')
 | 
      
        | 38 | c4b665bf | Leszek Koltunski |     api project(':distorted-flags')
 | 
      
        | 39 | 3f7a4363 | Leszek Koltunski | 
 | 
      
        | 40 | 3504be2b | Leszek Koltunski |     implementation 'com.google.firebase:firebase-analytics:20.1.2'
 | 
      
        | 41 |  |  |     implementation 'com.google.firebase:firebase-crashlytics:18.2.9'
 | 
      
        | 42 | 51c565f5 | Leszek Koltunski |     implementation 'com.google.android.play:core:1.10.3'
 | 
      
        | 43 |  |  |     implementation 'androidx.appcompat:appcompat:1.4.1'
 | 
      
        | 44 |  |  |     implementation 'com.google.android.material:material:1.5.0'
 | 
      
        | 45 | b20e89d2 | Leszek Koltunski |     implementation project(path: ':distorted-puzzle-jsons')
 | 
      
        | 46 |  |  |     implementation project(path: ':distorted-puzzle-dmesh')
 | 
      
        | 47 | 0c52af30 | Leszek Koltunski | }
 |