Skip to content

Commit 79b7b23

Browse files
committed
bump android security version library
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 598aec6 commit 79b7b23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ android {
1212
keyPassword 'torus123'
1313
}
1414
}
15-
compileSdkVersion 32
15+
compileSdkVersion 33
1616

1717
defaultConfig {
1818
applicationId "com.web3auth.app"
1919
minSdkVersion 24
20-
targetSdkVersion 32
20+
targetSdkVersion 33
2121
versionCode 1
2222
versionName "1.0"
2323
manifestPlaceholders = [

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55
}
66

77
android {
8-
compileSdkVersion 31
8+
compileSdkVersion 33
99

1010
defaultConfig {
1111
minSdkVersion 24
12-
targetSdkVersion 31
12+
targetSdkVersion 33
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
consumerProguardFiles "proguard-rules.pro"
@@ -58,7 +58,7 @@ dependencies {
5858
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
5959

6060
// android security
61-
implementation 'androidx.security:security-crypto:1.0.0-alpha02'
61+
implementation 'androidx.security:security-crypto:1.1.0-alpha05'
6262
implementation 'org.web3j:core:4.8.8-android'
6363

6464
// Test

0 commit comments

Comments
 (0)