TeamNewPipe / NewPipe-legacy

NewPipe with support for older devices
GNU General Public License v3.0
131 stars 36 forks source link

Fix F-Droid build (2) #32

Closed mnlmnl closed 4 years ago

mnlmnl commented 4 years ago

Umm the issue is that you have DOS endlines (the red ^M) in https://github.com/TeamNewPipe/NewPipe-legacy/blob/master/gradle/wrapper/gradle-wrapper.properties not 6.1.1 (which is available in F-Droid FYI)

Originally posted by @licaon-kter in https://github.com/TeamNewPipe/NewPipe-legacy/issues/29#issuecomment-641407918

Apparently this is the issue, it's a matter of just replacing those for UNIX line endings.

wb9688 commented 4 years ago

@friendlyanon: Did you fix this for v0.19.8?

friendlyanon commented 4 years ago

Ah yes, I changed the line endings to LF and forgot to close this.
I don't even know how the line endings ended up becoming CR only.