diff --git a/gradle.properties b/gradle.properties index d286a66..204a030 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ android.enableJetifier=true PROP_COMPILE_SDK_VERSION=30 # Android SDK version that will be used as the earliest version of android this application can run on -PROP_MIN_SDK_VERSION=26 +PROP_MIN_SDK_VERSION=22 # Android SDK version that will be used as the latest version of android this application has been tested on PROP_TARGET_SDK_VERSION=31