BASHAR ALKADDAH
Results
2
comments of
BASHAR ALKADDAH
To build a release package, you need to add signconfig in `UnityLibrary/build.gradle`. The code below use the debug signConfig for all buildTypes, which can be changed as you well if...
It Should look like this ``` // GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN def keystoreProperties = new Properties() def keystorePropertiesFile = rootProject.file('key.properties') if (keystorePropertiesFile.exists())...