Skip to content

Commit

Permalink
fix(android): wry template, package name should reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen committed May 27, 2024
1 parent 3ec5fd1 commit b162c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package {{escape-kotlin-keyword app.identifier}}
package {{escape-kotlin-keyword (reverse-domain app.identifier)}}

class MainActivity : TauriActivity()

0 comments on commit b162c40

Please sign in to comment.