Skip to content
Snippets Groups Projects
Commit bab3b010 authored by Yoann Lopes's avatar Yoann Lopes
Browse files

Android: fixed updating Java files on Windows.


When looking for lines in Java files that are not supported by the
selected API level, it didn't take into account that line endings are
"\r\n" on Windows. toInt() was failing, trying to convert for example
"10\r" to an integer.

Change-Id: I35478abd40d5ce4621d2320b3a5f5a3514cf9591
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent b0854e3c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment