We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e979e commit 995713fCopy full SHA for 995713f
.gitignore
@@ -16,5 +16,3 @@ build
16
.DS_Store
17
18
proguard-rules.pro
19
-adb
20
-*.apk
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