Skip to content

Commit

Permalink
chore: Use 1.1.5-snapshot in android demos
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-otto committed Aug 23, 2024
1 parent 2ca0f2c commit e488945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo-android-standalone/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
}
}

val epothekeSdkVersion = "1.1.3"
val epothekeSdkVersion = "1.1.5-SNAPSHOT"

dependencies {
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down
2 changes: 1 addition & 1 deletion demo-react-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ android {
}
}

def epothekeSdkVersion = "1.1.3"
def epothekeSdkVersion = "1.1.5-SNAPSHOT"

dependencies {
// The version of react-native is set by the React Native Gradle Plugin
Expand Down

0 comments on commit e488945

Please sign in to comment.