You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 as com.myapp
Set versions to 0.72.10 to 0.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?)
The text was updated successfully, but these errors were encountered:
Bug
When viewing the Android diffs when providing an app package (overriding the
com.rndiffapp
placeholder), the diff still holds the value ofcom.rndiffapp
in files such asbuild.gradle
,MainActivity.java
,MainActivity.kt
etcSteps 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 filescom/rndiffapp/MainActivity.kt
I think?)The text was updated successfully, but these errors were encountered: