Skip to content

Commit

Permalink
Increase version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspieper committed Apr 3, 2024
1 parent 1feca1b commit 04a9229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdk 20
targetSdk 34
versionCode 4
versionName "0.4"
versionCode 5
versionName "0.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down Expand Up @@ -45,7 +45,7 @@ android {

dependencies {
implementation("androidx.annotation:annotation:1.7.1")
implementation("com.google.crypto.tink:tink-android:1.9.0")
implementation("com.google.crypto.tink:tink-android:1.13.0")

// Tests
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down

0 comments on commit 04a9229

Please sign in to comment.