Skip to content

Commit

Permalink
Remove UTF16 BOM from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Hoffmann committed Jul 24, 2017
1 parent 3392287 commit bd1ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'com.android.application'
apply plugin: 'com.android.application'

repositories {
mavenCentral()
Expand Down

1 comment on commit bd1ef3a

@thermatk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased with the upstream quote fix
Doing this on mobile, never saw the BOM 👎 Thanks!

Please sign in to comment.