From ef3bac3b0b50f5968a0c224d47677003d8bc47fc Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Tue, 20 Jul 2021 10:01:47 +0200 Subject: [PATCH] Revert build gradle --- app/build.gradle | 5 +---- build.gradle | 2 +- dynamic_agricoper/build.gradle | 6 ++---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 967acafa..3b64381a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.google.gms.google-services' android { - def appVersionCode = 222 + def appVersionCode = 223 def appVersionName = '1.17.4' signingConfigs { @@ -82,9 +82,6 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' - implementation 'androidx.fragment:fragment:1.2.5' androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', { exclude group: 'com.android.support', module: 'support-annotations' }) diff --git a/build.gradle b/build.gradle index b933f532..240d4432 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:4.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.5' classpath 'com.google.firebase:perf-plugin:1.3.5' diff --git a/dynamic_agricoper/build.gradle b/dynamic_agricoper/build.gradle index f83d25cc..dc669a77 100644 --- a/dynamic_agricoper/build.gradle +++ b/dynamic_agricoper/build.gradle @@ -24,8 +24,6 @@ android { dependencies { implementation project(":app") - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation 'androidx.annotation:annotation:1.2.0' + + implementation 'androidx.appcompat:appcompat:1.2.0' } \ No newline at end of file