Merge "Migrate multidex to androidx" into pi-dev am: b5837d14c2
am: 0c92eea176
Change-Id: I70622bfc32b2ef3f8001840cd22e626e652ef146
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
package com.android.multidexlegacyandexception;
|
||||
|
||||
import android.support.multidex.MultiDexApplication;
|
||||
import androidx.multidex.MultiDexApplication;
|
||||
|
||||
public class TestApplication extends MultiDexApplication {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package com.android.multidexlegacyandexception.tests;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.multidex.MultiDex;
|
||||
import androidx.multidex.MultiDex;
|
||||
import android.support.test.runner.AndroidJUnitRunner;
|
||||
|
||||
public class MultiDexAndroidJUnitRunner extends AndroidJUnitRunner {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package com.android.multidexlegacytestapp;
|
||||
|
||||
import android.support.multidex.MultiDexApplication;
|
||||
import androidx.multidex.MultiDexApplication;
|
||||
|
||||
import java.lang.annotation.Annotation;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.android.multidexlegacytestapp.test2;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.multidex.MultiDex;
|
||||
import androidx.multidex.MultiDex;
|
||||
import android.support.test.runner.AndroidJUnitRunner;
|
||||
|
||||
public class MultiDexAndroidJUnitRunner extends AndroidJUnitRunner {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:targetSdkVersion="18" />
|
||||
|
||||
<application
|
||||
android:name="android.support.multidex.MultiDexApplication"
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="true"
|
||||
android:label="MultiDexLegacyTestApp_corrupted">
|
||||
<activity
|
||||
|
||||
@@ -20,7 +20,7 @@ import android.app.Service;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.os.IBinder;
|
||||
import android.support.multidex.MultiDex;
|
||||
import androidx.multidex.MultiDex;
|
||||
import android.util.Log;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:targetSdkVersion="18" />
|
||||
|
||||
<application
|
||||
android:name="android.support.multidex.MultiDexApplication"
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="true"
|
||||
android:label="MultiDexLegacyVersionedTestApp_v1">
|
||||
<activity
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:targetSdkVersion="18" />
|
||||
|
||||
<application
|
||||
android:name="android.support.multidex.MultiDexApplication"
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="true"
|
||||
android:label="MultiDexLegacyVersionedTestApp_v2">
|
||||
<activity
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:targetSdkVersion="18" />
|
||||
|
||||
<application
|
||||
android:name="android.support.multidex.MultiDexApplication"
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="true"
|
||||
android:label="MultiDexLegacyVersionedTestApp_v3">
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user