Loading vending-app/build.gradle +0 −3 Original line number Diff line number Diff line Loading @@ -17,8 +17,6 @@ android { versionCode vendingAppVersionCode minSdkVersion androidMinSdk targetSdkVersion androidTargetSdk multiDexEnabled true } buildTypes { Loading Loading @@ -91,7 +89,6 @@ dependencies { implementation "com.squareup.wire:wire-runtime:$wireVersion" implementation "com.android.volley:volley:$volleyVersion" implementation "androidx.multidex:multidex:$multidexVersion" } wire { Loading vending-app/src/main/AndroidManifest.xml +1 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,7 @@ android:forceQueryable="true" android:icon="@mipmap/ic_app" android:roundIcon="@mipmap/ic_app" android:label="@string/app_name" android:name="androidx.multidex.MultiDexApplication"> android:label="@string/app_name"> <activity android:name=".GrantFakeSignaturePermissionActivity" Loading Loading
vending-app/build.gradle +0 −3 Original line number Diff line number Diff line Loading @@ -17,8 +17,6 @@ android { versionCode vendingAppVersionCode minSdkVersion androidMinSdk targetSdkVersion androidTargetSdk multiDexEnabled true } buildTypes { Loading Loading @@ -91,7 +89,6 @@ dependencies { implementation "com.squareup.wire:wire-runtime:$wireVersion" implementation "com.android.volley:volley:$volleyVersion" implementation "androidx.multidex:multidex:$multidexVersion" } wire { Loading
vending-app/src/main/AndroidManifest.xml +1 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,7 @@ android:forceQueryable="true" android:icon="@mipmap/ic_app" android:roundIcon="@mipmap/ic_app" android:label="@string/app_name" android:name="androidx.multidex.MultiDexApplication"> android:label="@string/app_name"> <activity android:name=".GrantFakeSignaturePermissionActivity" Loading