add param dialog to app

This commit is contained in:
afischerdev 2023-05-04 11:19:07 +02:00
parent cdda6ee32c
commit 3976750f75
11 changed files with 789 additions and 96 deletions

View file

@ -11,7 +11,7 @@ android {
namespace 'btools.routingapp'
applicationId "btools.routingapp"
versionCode 47
versionCode 48
versionName project.version
resValue('string', 'app_version', defaultConfig.versionName)
@ -89,19 +89,20 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation 'androidx.work:work-runtime:2.8.0'
implementation 'androidx.work:work-runtime:2.8.1'
implementation 'com.google.android.material:material:1.8.0'
implementation project(':brouter-mapaccess')
implementation project(':brouter-core')
implementation project(':brouter-expressions')
implementation project(':brouter-util')
implementation 'androidx.preference:preference:1.2.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.work:work-testing:2.8.0'
androidTestImplementation 'androidx.work:work-testing:2.8.1'
}
gradle.projectsEvaluated {