Skip to content

Commit

Permalink
Enable multidex
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 7, 2022
1 parent 257f2a3 commit 7e317e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
targetSdkVersion 32
versionCode 33
versionName '3.2'
multiDexEnabled true
}
namespace 'org.traccar.manager'

Expand All @@ -24,6 +25,7 @@ android {

dependencies {
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.core:core-ktx:1.8.0'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

<application
android:name="androidx.multidex.MultiDexApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit 7e317e2

Please sign in to comment.