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 06f8bd3 commit 21eac52Copy full SHA for 21eac52
app/build.gradle
@@ -16,6 +16,7 @@ buildscript {
16
17
apply plugin: 'com.android.application'
18
apply plugin: 'me.tatarka.retrolambda'
19
+apply plugin: 'com.f2prateek.javafmt'
20
21
ext {
22
okhttpVersion = "3.0.1"
build.gradle
@@ -7,9 +7,11 @@ buildscript {
7
}
8
dependencies {
9
classpath 'com.android.tools.build:gradle:2.3.0'
10
+ classpath 'com.f2prateek.javafmt:javafmt:0.1.2'
11
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
14
+
15
0 commit comments