litle fix for more correctly permision processing

This commit is contained in:
2023-09-12 21:11:38 +07:00
parent b60791af2c
commit c50c2689a5
10 changed files with 112 additions and 51 deletions

View File

@@ -4,12 +4,20 @@ plugins {
}
android {
signingConfigs {
debug {
storeFile file('/home/gogacoder/AndroidStudioProjects/keychain/key.jks')
storePassword '123456'
keyPassword '123456'
keyAlias 'key0'
}
}
namespace 'com.listerk.helible'
compileSdk 34
defaultConfig {
applicationId "com.listerk.helible"
minSdk 31
minSdk 30
targetSdk 34
versionCode 1
versionName "1.0"