Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise minSdk to 21 #88

Merged
merged 3 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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