android studio - how build different apk from one project -


i have project in android studio.

i want generate 2 different apk source 2 differences:

  1. changing string in string.xml
  2. removing 1 premission manifest this

    <uses-permission android:name="android.permission.write_external_storage" /> 

is possible or should duplicate project?


Comments