apply plugin: 'com.android.application' android { compileSdkVersion 27 buildToolsVersion "27.0.1" defaultConfig { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 15 targetSdkVersion 27 versionCode 83 versionName "1.6.4" } flavorDimensions "default" buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } productFlavors { fdroid { } safetynet { } } } allprojects { repositories { maven { url "https://jitpack.io" } maven { url "https://maven.google.com"} } } dependencies { implementation 'com.android.support:appcompat-v7:27.0.1' implementation 'com.android.support:design:27.0.1' implementation 'com.android.support:support-v4:27.0.1' implementation 'com.android.support:recyclerview-v7:27.0.1' implementation 'com.github.bumptech.glide:glide:4.3.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1' implementation 'com.evernote:android-job:1.2.1' implementation 'com.github.chrisbanes:PhotoView:2.0.0' implementation 'com.google.code.gson:gson:2.8.0' implementation 'org.jsoup:jsoup:1.10.3' implementation 'com.github.stom79:country-picker-android:1.2.0' implementation 'com.github.stom79:mytransl:1.1' safetynetImplementation 'com.google.android.gms:play-services-safetynet:11.6.0' safetynetImplementation 'io.github.kobakei:ratethisapp:1.2.0' }