Skip to content

Commit b126701

Browse files
chore: bump foundation version (#449)
1 parent 7b5846a commit b126701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies {
138138
implementation "com.braze:android-sdk-ui:30.2.0"
139139

140140
// Plugins
141-
implementation("com.github.openedx:openedx-app-firebase-analytics-android:1.0.0")
141+
implementation("com.github.openedx:openedx-app-firebase-analytics-android:1.0.1")
142142

143143
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
144144
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
api "net.lingala.zip4j:zip4j:$zip_version"
118118

119119
// OpenEdx libs
120-
api("com.github.openedx:openedx-app-foundation-android:1.0.0")
120+
api("com.github.openedx:openedx-app-foundation-android:1.0.1")
121121

122122
// Preview
123123
debugApi "androidx.compose.ui:ui-tooling:$compose_ui_tooling"

0 commit comments

Comments
 (0)