Results 1 comments of Elazzam

try commenting the follwing lines in build.gradle: ``` /* signingConfigs { release { storeFile file(project.properties.logisticsKeystorePath) storePassword project.properties.logisticsStorePassword keyAlias project.properties.logisticsKeyAlias keyPassword project.properties.logisticsKeyPassword } } buildTypes { release { minifyEnabled false proguardFiles...