Skip to content

Commit 0382782

Browse files
authored
Merge pull request #10234 from TacoTheDank/bumpMisc
Update miscellaneous libraries
2 parents b5463cf + c74bd11 commit 0382782

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ android {
5050
}
5151
}
5252

53-
// Keep the release build type at the end of the list to override 'archivesBaseName' of
54-
// debug build. This seems to be a Gradle bug, therefore
55-
// TODO: update Gradle version
5653
release {
5754
if (System.properties.containsKey('packageSuffix')) {
5855
applicationIdSuffix System.getProperty('packageSuffix')
@@ -115,7 +112,7 @@ ext {
115112

116113
icepickVersion = '3.2.0'
117114
exoPlayerVersion = '2.18.7'
118-
googleAutoServiceVersion = '1.0.1'
115+
googleAutoServiceVersion = '1.1.1'
119116
groupieVersion = '2.10.1'
120117
markwonVersion = '4.6.2'
121118

@@ -208,7 +205,7 @@ dependencies {
208205
ktlint 'com.pinterest:ktlint:0.45.2'
209206

210207
/** Kotlin **/
211-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
208+
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
212209

213210
/** AndroidX **/
214211
implementation 'androidx.appcompat:appcompat:1.5.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.8.21'
4+
ext.kotlin_version = '1.8.22'
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)