Skip to content

Commit

Permalink
Add missing applicationId
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Nov 20, 2023
1 parent a298813 commit e35a56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</activity>

<activity-alias
android:name=".activities.LogWindow"
android:name="${applicationId}.activities.LogWindow"
android:targetActivity="de.blinkt.openvpn.activities.LogWindow" />

<activity
Expand Down

0 comments on commit e35a56b

Please sign in to comment.