Skip to content

Commit 2be8739

Browse files
committed
pull request
1 parent 24e979e commit 2be8739

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

.gitignore

-20
This file was deleted.

build.gradle

-15
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,6 @@ android {
3939
targetCompatibility JavaVersion.VERSION_1_8
4040
}
4141

42-
signingConfigs {
43-
release {
44-
storeFile file(RELEASE_STORE_FILE)
45-
storePassword RELEASE_STORE_PASSWORD
46-
keyAlias RELEASE_KEY_ALIAS
47-
keyPassword RELEASE_KEY_PASSWORD
48-
}
49-
}
50-
51-
buildTypes {
52-
release {
53-
signingConfig signingConfigs.release
54-
}
55-
}
56-
5742
}
5843

5944
dependencies {

0 commit comments

Comments
 (0)