We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deafac3 + f2c722e commit 1955bddCopy full SHA for 1955bdd
README.md
@@ -5,7 +5,7 @@
5
## Compatibility
6
7
8
-> contentpass supports Android 5.0 (Lollipop, sdk api version 21) and above
+> contentpass supports Android 7.1 (sdk api version 25) and above
9
10
11
app/build.gradle.kts
@@ -11,7 +11,7 @@ android {
12
defaultConfig {
13
applicationId = "de.contentpass.app"
14
- minSdk = 21
+ minSdk = 25
15
targetSdk = 30
16
versionCode = 1
17
versionName = "1.0"
lib/build.gradle.kts
@@ -8,7 +8,7 @@ android {
compileSdk = 30
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments