Skip to content

Commit

Permalink
Use different package name for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-xd authored and Macdu committed Jun 6, 2024
1 parent 7620b2d commit fab31c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ android {
debug {
debuggable true
jniDebuggable true
applicationIdSuffix '.debug'
}

reldebug {
Expand All @@ -45,6 +46,7 @@ android {
}
minifyEnabled false
shrinkResources false
applicationIdSuffix '.debug'
signingConfig = signingConfigs.debug
}

Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<provider
android:name="org.vita3k.emulator.provider.VitaDocumentsProvider"
android:authorities="org.vita3k.provider"
android:authorities="${applicationId}.provider"
android:exported="true"
android:grantUriPermissions="true"
android:permission="android.permission.MANAGE_DOCUMENTS">
Expand Down

0 comments on commit fab31c8

Please # to comment.