Skip to content

Commit 1955bdd

Browse files
authored
Merge pull request #10 from contentpass/CHORE-set-min-sdk-version-to-25
Set min sdk version to 25
2 parents deafac3 + f2c722e commit 1955bdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Compatibility
66

77

8-
> contentpass supports Android 5.0 (Lollipop, sdk api version 21) and above
8+
> contentpass supports Android 7.1 (sdk api version 25) and above
99
1010

1111

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId = "de.contentpass.app"
14-
minSdk = 21
14+
minSdk = 25
1515
targetSdk = 30
1616
versionCode = 1
1717
versionName = "1.0"

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdk = 30
99

1010
defaultConfig {
11-
minSdk = 21
11+
minSdk = 25
1212
targetSdk = 30
1313

1414
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)