Skip to content

Commit

Permalink
Merge pull request #88 from /issues/87-minsdk-21
Browse files Browse the repository at this point in the history
Raise minSdk to 21
  • Loading branch information
TomasKypta authored Jan 3, 2024
2 parents 205f9a0 + edb373f commit 16a67a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Before you start using the library, you should also check our other related proj

### Requirements

- `minSdkVersion 19` (Android 4.4 KitKat)
- `minSdkVersion 21` (Android 5.0 Lollipop)

### Gradle

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Constants {
object Android {
const val compileSdkVersion = 33
const val targetSdkVersion = 33
const val minSdkVersion = 19
const val minSdkVersion = 21
const val buildToolsVersion = "33.0.2"
}

Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# and limitations under the License.
#

VERSION_NAME=1.4.0
VERSION_NAME=1.4.1-SNAPSHOT
GROUP_ID=com.wultra.android.sslpinning
ARTIFACT_ID=wultra-ssl-pinning

0 comments on commit 16a67a0

Please sign in to comment.