File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/main/java/org/blitzortung/android/app Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 minSdkVersion 15
1313 targetSdkVersion 29
1414 versionCode 270
15- versionName ' 2.1.0 '
16- multiDexEnabled true
15+ versionName ' 2.1.1 '
16+ multiDexEnabled false
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 }
1919 buildTypes {
@@ -71,8 +71,6 @@ dependencies {
7171 implementation ' androidx.recyclerview:recyclerview:1.1.0'
7272 implementation " androidx.work:work-runtime-ktx:2.3.4"
7373 implementation ' org.osmdroid:osmdroid-android:6.1.6'
74- implementation ' com.android.support:multidex:1.0.3'
75- implementation ' androidx.multidex:multidex:2.0.1'
7674
7775 // Dagger2
7876 implementation " com.google.dagger:dagger:$dagger_version "
Original file line number Diff line number Diff line change 11package org.blitzortung.android.app
22
3- import androidx.multidex.MultiDexApplication
3+ import android.app.Application
44import dagger.android.AndroidInjector
55import dagger.android.DispatchingAndroidInjector
66import dagger.android.HasAndroidInjector
@@ -9,7 +9,7 @@ import org.blitzortung.android.dagger.module.AppModule
99import org.blitzortung.android.dagger.module.ServiceModule
1010import javax.inject.Inject
1111
12- class BOApplication : MultiDexApplication (), HasAndroidInjector {
12+ class BOApplication : Application (), HasAndroidInjector {
1313
1414 @set:Inject
1515 lateinit var androidInjector: DispatchingAndroidInjector <Any >
You can’t perform that action at this time.
0 commit comments