diff --git a/README.md b/README.md index 6dfda6e..a9ec139 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The results should be the same than `docker search` with command line interface - Display all tags for an image, including the date and size - Display the web page for an image, in a separate [Chrome Custom Tab](https://developer.chrome.com/multidevice/android/customtabs) - Share the URL of the image -- Minimum supported version : [Android 5.0 (Lollipop)](https://developer.android.com/about/versions/android-5.0.html) +- Minimum supported version : [Android 8.0 (Oreo)](https://developer.android.com/about/versions/oreo/android-8.0) ## Screenshots diff --git a/app/build.gradle b/app/build.gradle index 2585d48..53fea84 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,10 +7,10 @@ android { namespace 'fr.husta.android.dockersearch' defaultConfig { applicationId "fr.husta.android.dockersearch" - minSdkVersion 21 // L 5.0 + minSdkVersion 26 // O 8.0 targetSdkVersion 32 // Android 12L - versionCode 97 - versionName "1.14.0" + versionCode 96 + versionName "1.13.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "android-docker-search-$versionName") vectorDrawables.useSupportLibrary = true