File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/org/blitzortung/android/data Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 applicationId " org.blitzortung.android.app"
1212 minSdkVersion 15
1313 targetSdkVersion 29
14- versionCode 269
14+ versionCode 270
1515 versionName ' 2.1.0'
1616 multiDexEnabled true
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -36,7 +36,7 @@ android {
3636 testOptions {
3737 unitTests. returnDefaultValues = true
3838 }
39- buildToolsVersion = ' 29.0.2 '
39+ buildToolsVersion = ' 29.0.3 '
4040 useLibrary ' android.test.base'
4141}
4242
@@ -72,6 +72,7 @@ dependencies {
7272 implementation " androidx.work:work-runtime-ktx:2.3.4"
7373 implementation ' org.osmdroid:osmdroid-android:6.1.6'
7474 implementation ' com.android.support:multidex:1.0.3'
75+ implementation ' androidx.multidex:multidex:2.0.1'
7576
7677 // Dagger2
7778 implementation " com.google.dagger:dagger:$dagger_version "
Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ class MainDataHandler @Inject constructor(
329329 else -> 100000
330330 }
331331 return if (parameters.rasterBaselength != rasterBaselength) {
332+ Log .v(Main .LOG_TAG , " MainDataHandler.autoRasterSizeUpdate() $zoomLevel : ${parameters.rasterBaselength} -> $rasterBaselength " )
332333 parameters = parameters.copy(rasterBaselength = rasterBaselength)
333334 updateData()
334335 true
You can’t perform that action at this time.
0 commit comments