Skip to content

Commit

Permalink
[rfw] Upgrade missed example app (#7545)
Browse files Browse the repository at this point in the history
`rfw` has multiple example apps - I missed this one in #7521.

Also missed `extension_google_sign_in_as_googleapis_auth` - will need to upgrade that in a follow up PR (it has additional failures after the AGP upgrade, so it isn't a one line fix).
  • Loading branch information
gmackall authored Sep 3, 2024
1 parent a6db33c commit e17304d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rfw/example/remote/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit e17304d

Please sign in to comment.