We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e979e commit 2be8739Copy full SHA for 2be8739
.gitignore
build.gradle
@@ -39,21 +39,6 @@ android {
39
targetCompatibility JavaVersion.VERSION_1_8
40
}
41
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
53
- signingConfig signingConfigs.release
54
55
56
57
58
59
dependencies {
0 commit comments