Skip to content

Commit 71eae38

Browse files
update android pnp examples
1 parent 69b5d4e commit 71eae38

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

android/android-aggregate-verifier-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'com.google.android.material:material:1.6.1'
3939
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4040
implementation 'com.google.code.gson:gson:2.9.1'
41-
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.1'
41+
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.4'
4242
implementation 'org.web3j:core:4.8.7-android'
4343
testImplementation 'junit:junit:4.13.2'
4444
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

android/android-auth0-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'com.google.android.material:material:1.6.1'
3939
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4040
implementation 'com.google.code.gson:gson:2.9.1'
41-
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.1'
41+
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.4'
4242
implementation 'org.web3j:core:4.8.7-android'
4343
testImplementation 'junit:junit:4.13.2'
4444
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

android/android-firebase-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation 'com.google.android.material:material:1.7.0'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3939
implementation 'com.google.code.gson:gson:2.9.1'
40-
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.1'
40+
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.4'
4141
implementation 'org.web3j:core:4.8.7-android'
4242
implementation platform('com.google.firebase:firebase-bom:31.0.2')
4343
implementation 'com.google.firebase:firebase-auth-ktx'

android/android-playground/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation("com.google.accompanist:accompanist-pager:0.13.0")
5858
implementation("com.google.accompanist:accompanist-pager-indicators:0.27.1")
5959
implementation("androidx.compose.material:material-icons-extended:1.6.7")
60-
implementation("com.github.web3auth:web3auth-android-sdk:9.0.1")
60+
implementation("com.github.web3auth:web3auth-android-sdk:9.0.4")
6161
debugImplementation("androidx.compose.ui:ui-tooling:1.6.7")
6262
implementation("androidx.compose.ui:ui-tooling-preview:1.6.7")
6363
implementation("androidx.activity:activity-compose:1.9.0")

android/android-quick-start/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4545
implementation 'com.google.code.gson:gson:2.9.1'
4646
// IMP START - Installation
47-
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.1'
47+
implementation 'com.github.web3auth:web3auth-android-sdk:9.0.4'
4848
// IMP END - Installation
4949
implementation 'org.web3j:core:4.8.7-android'
5050
testImplementation 'junit:junit:4.13.2'

android/android-solana-example/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("androidx.compose.ui:ui-graphics")
6464
implementation("androidx.compose.ui:ui-tooling-preview")
6565
implementation("androidx.compose.material3:material3")
66-
implementation("com.github.Web3Auth:web3auth-android-sdk:9.0.1")
66+
implementation("com.github.Web3Auth:web3auth-android-sdk:9.0.4")
6767
testImplementation("junit:junit:4.13.2")
6868
androidTestImplementation("androidx.test.ext:junit:1.1.5")
6969
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

0 commit comments

Comments
 (0)