i have project in android studio.
i want generate 2 different apk source 2 differences:
- changing string in string.xml
removing 1 premission manifest this
<uses-permission android:name="android.permission.write_external_storage" />
is possible or should duplicate project?
Comments
Post a Comment