Update buildtools and dependencies

This commit is contained in:
Jonas Lochmann 2022-04-11 02:00:00 +02:00
parent b2601a2ba0
commit 0346ddd500
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
2 changed files with 6 additions and 6 deletions

View file

@ -118,7 +118,7 @@ android {
}
}
lintOptions {
lint {
disable 'GoogleAppIndexingWarning'
baseline file("lint-baseline.xml")
}
@ -152,10 +152,10 @@ android {
}
dependencies {
def nav_version = "2.4.1"
def nav_version = "2.4.2"
def room_version = "2.4.2"
def work_version = '2.7.1'
def paging_version = "3.1.0"
def paging_version = "3.1.1"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"