diff --git a/app/build.gradle b/app/build.gradle index 53de198..f67626f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { versionName "1.3" multiDexEnabled true } - buildTypes {2 + buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' @@ -27,5 +27,5 @@ dependencies { compile 'com.android.support:design:23.4.0' compile 'com.github.bloder:magic:1.1' compile 'com.google.android.gms:play-services:9.4.0' - compile 'com.android.support:multidex:1.0.0' + compile 'androidx.multidex:multidex:2.0.1' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 890b81f..a5d8a37 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,11 +1,6 @@ - - + package="com.example.akarshan.drivelert"> @@ -14,21 +9,24 @@ + android:screenOrientation="portrait" + android:exported="false" /> + android:screenOrientation="portrait" + android:exported="false" /> + android:theme="@style/AppTheme.NoActionBar" + android:exported="true"> @@ -37,9 +35,14 @@ - - + android:screenOrientation="portrait" + android:exported="false" /> + + - \ No newline at end of file +