Skip to content

Commit

Permalink
Releases/v1.1.2 (#58)
Browse files Browse the repository at this point in the history
* Update Java Core (#57)

* Update mux-kt-utils too
  • Loading branch information
daytime-em authored Feb 15, 2024
1 parent d1e8be5 commit b27e508
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'com.mux.gradle.android.mux-android-distribution' version '1.1.2' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion core-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ muxDistribution {
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

api "com.mux:stats.muxcore:7.13.0"
api "com.mux:stats.muxcore:7.13.1"
debugImplementation project(':mux-kt-utils')
afterEvaluate { // The version isn't computed until after this file is finalized thanks to agp 8
releaseImplementation "com.mux:utils-kt:${project.version}"
Expand Down
5 changes: 3 additions & 2 deletions mux-kt-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ plugins {

android {
namespace 'com.mux.stats.sdk.muxstats.kt'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 16
targetSdk 33
//noinspection EditedTargetSdkVersion
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit b27e508

Please sign in to comment.