Skip to content

Commit

Permalink
Bump to 2.5.0.
Browse files Browse the repository at this point in the history
Added correct linting for excluded java files. Tested on a Nexus 4 running android 16 #18 terl/lazysodium-java#30
  • Loading branch information
gurpreet- committed Jun 15, 2018
1 parent e7ff29f commit ff18c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ plugins {
ext {
artifactId = "lazysodium-android"
groupId = "com.goterl.lazycode"
version = '2.4.1'
version = '2.5.0'
description = "Lazysodium (Android) makes it effortless for Android " +
"developers to get started with Libsodium's cryptography."
}

android {
compileSdkVersion 28
compileSdkVersion 'android-P'
buildToolsVersion "27.0.3"
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 13
versionName project.ext.version
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit ff18c2e

Please sign in to comment.