Skip to content

Commit 9305db9

Browse files
authored
Releases/v1.4.7 (#79)
## Updates * Add more standard dimensions ### Internal library updates * Update `stats.muxcore` to v8.3.0
1 parent c9f171a commit 9305db9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'com.android.application' version '8.6.1' apply false
3-
id 'com.android.library' version '8.6.1' apply false
2+
id 'com.android.application' version '8.8.1' apply false
3+
id 'com.android.library' version '8.8.1' apply false
44
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
55
id 'com.mux.gradle.android.mux-android-distribution' version '1.3.0' apply false
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Aug 01 16:07:05 PDT 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ muxDistribution {
7676
dependencies {
7777
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
7878

79-
api "com.mux:stats.muxcore:8.2.0"
79+
api "com.mux:stats.muxcore:8.3.0"
8080

8181
testImplementation 'androidx.test.ext:junit-ktx:1.2.1'
8282
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)