Update gradle plugin (7.0.1) & timber library (5.0.1)
This commit is contained in:
parent
6ab22428d8
commit
eaa49596af
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ dependencies {
|
|||
implementation files('libs/extension-ffmpeg-release.aar')
|
||||
|
||||
// Timber
|
||||
def timber_version = "5.0.0"
|
||||
def timber_version = "5.0.1"
|
||||
implementation "com.jakewharton.timber:timber:$timber_version"
|
||||
|
||||
def about_libraries_version = "8.9.1"
|
||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.0'
|
||||
classpath 'com.android.tools.build:gradle:7.0.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in a new issue