Skip to content

Commit e66b5e5

Browse files
authored
Use spaces instead of tabs in protolite-well-known-types build file. (#5124)
1 parent 9aa45a5 commit e66b5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protolite-well-known-types/protolite-well-known-types.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protobuf {
2828
generateProtoTasks {
2929
all().each { task ->
3030

31-
task.addIncludeDir(files('fix-javalite/proto'))
31+
task.addIncludeDir(files('fix-javalite/proto'))
3232

3333
task.builtins {
3434
java {
@@ -39,7 +39,7 @@ protobuf {
3939
}
4040
}
4141
android {
42-
namespace "firebase.com.protolitewrapper"
42+
namespace "firebase.com.protolitewrapper"
4343
compileSdkVersion project.targetSdkVersion
4444
defaultConfig {
4545
targetSdkVersion project.targetSdkVersion

0 commit comments

Comments
 (0)