Closed
Description
Bug
When viewing the Android diffs when providing an app package (overriding the com.rndiffapp
placeholder), the diff still holds the value of com.rndiffapp
in files such as build.gradle
, MainActivity.java
, MainActivity.kt
etc
Steps to reproduce
Describe what you expected to happen:
-
Enter in a value for
What's your app package?
, such ascom.myapp
-
Set versions to
0.72.10
to0.74.0-rc.6
-
Press
Show me how to upgrade!
-
Observe that the only place to find your provided string is the input box.
-
Observe that
com.rndiffapp
is still on screen in the following files
- android/app/build.gradle
- android/app/src/main/java/com/myapp/MainActivity.kt (and MainActivity.java - this should so be
com/rndiffapp/MainActivity.kt
I think?)
Metadata
Metadata
Assignees
Labels
No labels