Skip to content

Commit 21eac52

Browse files
author
Kaushik Gopal
committed
chore: add javafmt plugin dep
1 parent 06f8bd3 commit 21eac52

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ buildscript {
1616

1717
apply plugin: 'com.android.application'
1818
apply plugin: 'me.tatarka.retrolambda'
19+
apply plugin: 'com.f2prateek.javafmt'
1920

2021
ext {
2122
okhttpVersion = "3.0.1"

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:2.3.0'
10+
classpath 'com.f2prateek.javafmt:javafmt:0.1.2'
1011

1112
// NOTE: Do not place your application dependencies here; they belong
1213
// in the individual module build.gradle files
14+
1315
}
1416
}
1517

0 commit comments

Comments
 (0)