Skip to content

Commit f4ad6bd

Browse files
committed
Change group name
1 parent 59a6730 commit f4ad6bd

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

OsmAnd-api/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group = 'com.github.osmandapp'
4+
group = 'com.github.osmandapp.osmand'
55
version = '2.0.0'
66

77
android {
@@ -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
}

OsmAnd-api/src/net/osmand/aidlapi/OsmandAidlConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)