We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993a742 commit dbb819bCopy full SHA for dbb819b
2 files changed
app/build.gradle
@@ -35,7 +35,7 @@ tasks.withType(Javadoc).all {
35
}
36
37
ext {
38
- supportVersion = '28.0.0'
+ supportVersion = '27.1.1'
39
40
41
dependencies {
form/build.gradle
@@ -22,7 +22,6 @@ android {
22
23
debug {
24
testCoverageEnabled true
25
- minifyEnabled true
26
27
28
compileOptions {
@@ -76,7 +75,7 @@ tasks.withType(Javadoc).all {
76
75
77
78
79
80
rendererRecyclerViewAdapterVersion = '2.5.0'
81
tokenautocompleteVersion = '2.0.8'
82
junitVersion = '4.12'
0 commit comments