Update sdk and dependencies

This commit is contained in:
Manuel Fuhr 2022-04-03 17:50:13 +02:00
parent d92c3beb3e
commit c80ad5f03b
2 changed files with 5 additions and 6 deletions

View file

@ -5,7 +5,7 @@ plugins {
}
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
applicationId "btools.routingapp"
@ -93,9 +93,8 @@ android {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.2"
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.3"
implementation project(':brouter-mapaccess')
implementation project(':brouter-core')