Skip to content

Commit

Permalink
Change group name
Browse files Browse the repository at this point in the history
  • Loading branch information
FaiverV committed Oct 15, 2019
1 parent 59a6730 commit f4ad6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions OsmAnd-api/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -14,12 +14,6 @@ android {
versionCode 2
versionName "2.0"
}
buildTypes {
release {
}
debug {
}
}
lintOptions {
abortOnError false
}
Expand Down
2 changes: 1 addition & 1 deletion OsmAnd-api/src/net/osmand/aidlapi/OsmandAidlConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4ad6bd

Please sign in to comment.