Change group name
This commit is contained in:
parent
59a673031f
commit
f4ad6bdc8c
2 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
|
||||
group = 'com.github.osmandapp'
|
||||
group = 'com.github.osmandapp.osmand'
|
||||
version = '2.0.0'
|
||||
|
||||
android {
|
||||
|
@ -14,12 +14,6 @@ android {
|
|||
versionCode 2
|
||||
versionName "2.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
}
|
||||
debug {
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ public interface OsmandAidlConstants {
|
|||
int TURN_TYPE_TSLR = 6; // turn slightly right
|
||||
int TURN_TYPE_TSHR = 7; // turn sharply right
|
||||
int TURN_TYPE_KL = 8; // keep left
|
||||
int TURN_TYPE_KR = 9; // keep right//$NON-NLS-1$
|
||||
int TURN_TYPE_KR = 9; // keep right
|
||||
int TURN_TYPE_TU = 10; // U-turn
|
||||
int TURN_TYPE_TRU = 11; // Right U-turn
|
||||
int TURN_TYPE_OFFR = 12; // Off route
|
||||
|
|
Loading…
Reference in a new issue