first google calendar timetable sync demo done
This commit is contained in:
@@ -62,6 +62,13 @@ android {
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
debug {
|
||||
keyAlias "androiddebugkey"
|
||||
keyPassword "Jelszo123"
|
||||
storeFile file("C:/Users/kima/debugkeystore.jks")
|
||||
storePassword "Jelszo123"
|
||||
}
|
||||
|
||||
release {
|
||||
keyAlias keystoreProperties['keyAlias']
|
||||
keyPassword keystoreProperties['keyPassword']
|
||||
@@ -71,6 +78,10 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
shrinkResources false
|
||||
|
||||
Reference in New Issue
Block a user