File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ plugins {
55}
66
77android {
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
You can’t perform that action at this time.
0 commit comments