File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33
4- group = ' com.github.osmandapp'
4+ group = ' com.github.osmandapp.osmand '
55version = ' 2.0.0'
66
77android {
@@ -14,12 +14,6 @@ android {
1414 versionCode 2
1515 versionName " 2.0"
1616 }
17- buildTypes {
18- release {
19- }
20- debug {
21- }
22- }
2317 lintOptions {
2418 abortOnError false
2519 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public interface OsmandAidlConstants {
2727 int TURN_TYPE_TSLR = 6 ; // turn slightly right
2828 int TURN_TYPE_TSHR = 7 ; // turn sharply right
2929 int TURN_TYPE_KL = 8 ; // keep left
30- int TURN_TYPE_KR = 9 ; // keep right//$NON-NLS-1$
30+ int TURN_TYPE_KR = 9 ; // keep right
3131 int TURN_TYPE_TU = 10 ; // U-turn
3232 int TURN_TYPE_TRU = 11 ; // Right U-turn
3333 int TURN_TYPE_OFFR = 12 ; // Off route
You can’t perform that action at this time.
0 commit comments