Skip to content

Commit

Permalink
Update version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Jul 11, 2020
1 parent 1bb38bb commit c22a9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
ext {
artifactId = "lazysodium-android"
groupId = "com.goterl.lazycode"
version = '4.1.1'
version = '4.2.0'
description = "Lazysodium (Android) makes it effortless for Android " +
"developers to get started with Libsodium's cryptography."
androidTestDir = "src/androidTest/java/com/goterl/lazycode/lazysodium"
Expand All @@ -34,7 +34,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 15
versionCode 16
versionName project.ext.version
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit c22a9e6

Please sign in to comment.