mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 13:48:29 +00:00
Fix UI, Layout.
This commit is contained in:
@@ -3,20 +3,6 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
debug {
|
||||
storeFile file('C:\\Users\\phanh\\Desktop\\testKeyStore.jks')
|
||||
storePassword '123456'
|
||||
keyAlias 'CBNV'
|
||||
keyPassword '123456'
|
||||
}
|
||||
release {
|
||||
storeFile file('C:\\Users\\phanh\\Desktop\\testKeyStore.jks')
|
||||
storePassword '123456'
|
||||
keyAlias 'CBNV'
|
||||
keyPassword '123456'
|
||||
}
|
||||
}
|
||||
compileSdk 32
|
||||
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user