Skip to content

Commit 020c24c

Browse files
authored
chore: bump snapshot version (#174)
* upgrade to latest common * chore: bump snapshot * Update README.md
1 parent 49c42d5 commit 020c24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ feature flagging and experimentation for Eppo customers. An API key is required
1212

1313
```groovy
1414
dependencies {
15-
implementation 'cloud.eppo:android-sdk:4.7.0'
15+
implementation 'cloud.eppo:android-sdk:4.8.0'
1616
}
1717
1818
dependencyResolutionManagement {

eppo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "cloud.eppo"
10-
version = "4.8.0"
10+
version = "4.8.1-SNAPSHOT"
1111

1212
android {
1313
buildFeatures.buildConfig true

0 commit comments

Comments
 (0)