diff --git a/app/build.gradle b/app/build.gradle index c91144c8..28d1d41f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,11 +7,11 @@ apply plugin: 'com.google.protobuf' import com.android.build.OutputFile android { - compileSdkVersion 31 + compileSdkVersion 30 defaultConfig { applicationId "zapsolutions.zap" minSdkVersion 24 - targetSdkVersion 31 + targetSdkVersion 30 versionCode 33 versionName "0.5.3-beta" vectorDrawables.useSupportLibrary = true @@ -203,7 +203,7 @@ dependencies { // Basic Android libraries - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.preference:preference:1.1.1'