From 871157139f6c714bc118f11ab29b32844921f012 Mon Sep 17 00:00:00 2001 From: Hussein Yassine Date: Tue, 16 Nov 2021 13:05:07 +0200 Subject: [PATCH] degrading library --- app/build.gradle | 12 ++++++------ lib/build.gradle | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9bc5992..0eee6d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,13 +4,13 @@ plugins { } android { - compileSdkVersion 31 + compileSdkVersion 30 buildToolsVersion "30.0.3" defaultConfig { applicationId "me.ertugrul.superforwardrewind" minSdkVersion 22 - targetSdkVersion 31 + targetSdkVersion 30 versionCode 1 versionName "1.0" @@ -35,10 +35,10 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'com.google.android.material:material:1.3.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/lib/build.gradle b/lib/build.gradle index 3e40257..78f1336 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -35,9 +35,9 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'com.google.android.material:material:1.4.0' + implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'