Skip to content

Commit

Permalink
v2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Jan 12, 2025
1 parent 92d3c00 commit 28af7ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdk 24
targetSdk 35
versionName "2.6.13"
versionCode 157
versionName "2.6.14"
versionCode 158
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down Expand Up @@ -219,7 +219,7 @@ repositories {
dependencies {
implementation 'androidx.core:core-ktx:1.15.0'

implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
implementation 'com.nimbusds:nimbus-jose-jwt:10.0.1'
implementation "androidx.security:security-crypto:1.1.0-alpha06"

// Reflection
Expand Down

0 comments on commit 28af7ee

Please sign in to comment.