apply plugin: 'com.android.application' android { signingConfigs { debug { storeFile file('/home/mysaa/Documents/bernard-android.jks') storePassword 'modulo63' keyPassword 'néant is all(like 42)' } } compileSdkVersion 29 buildToolsVersion "29.0.2" defaultConfig { applicationId "com.bernard.tiktokmurder" minSdkVersion 23 targetSdkVersion 29 versionCode 2 versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'org.yaml:snakeyaml:1.25' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }