Fix UI, Layout.

This commit is contained in:
Nezumi2711
2022-06-11 10:26:35 +07:00
parent eb7a5068c9
commit 89e46b6bd3
7 changed files with 50 additions and 35 deletions
-14
View File
@@ -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 {