diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9d550..40a4035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog -### 1.1.4 +### 1.1.4 (January 4, 2022) Enhancements - Dokka dependency upgraded such that documents can be generated successfully again. +- Updated gradle version to 7.0.2 +- Updated gradle plugin to 7.0.3 Bug Fixes diff --git a/audioswitch/build.gradle b/audioswitch/build.gradle index 63e6fc7..a206b1a 100644 --- a/audioswitch/build.gradle +++ b/audioswitch/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'maven' apply plugin: 'maven-publish' apply plugin: 'signing' apply plugin: 'kotlin-android' @@ -52,7 +51,7 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.2.0" + implementation "androidx.annotation:annotation:1.3.0" testImplementation 'junit:junit:4.13.2' testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' testImplementation 'pl.pragmatists:JUnitParams:1.1.1' diff --git a/build.gradle b/build.gradle index 98eec6d..ff9dafe 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:7.0.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 999f1ea..0a1e6aa 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip