Skip to content

Commit c2d1393

Browse files
authored
Merge pull request #330 from Countly/android_minor
feat: android minor update 25.1.1
2 parents e23796a + aaa75ca commit c2d1393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
* Fixed an issue where the build UUID and executable name were missing from crash reports (iOS).
4949

50-
* Updated underlying Android SDK version to 25.1.0
50+
* Updated underlying Android SDK version to 25.1.1
5151
* Updated underlying iOS SDK version to 25.1.0
5252
* Added underlying Web SDK version to 24.11.4
5353

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ android {
3838
}
3939

4040
dependencies {
41-
implementation 'ly.count.android:sdk:25.1.0'
41+
implementation 'ly.count.android:sdk:25.1.1'
4242
implementation 'com.google.firebase:firebase-messaging:24.0.3'
4343
}

scripts/no-push-files/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'ly.count.android:sdk:25.1.0'
37+
implementation 'ly.count.android:sdk:25.1.1'
3838
}

0 commit comments

Comments
 (0)