Skip to content

Commit

Permalink
Set min SDK version to 26
Browse files Browse the repository at this point in the history
Closes: #331
Closes: #330
  • Loading branch information
ghusta authored and Guillaume Husta committed Feb 15, 2023
1 parent 3971835 commit 347fd7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 347fd7f

Please sign in to comment.