Skip to content

Commit

Permalink
removed route library and merged the code to toaster library
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichchhie committed Feb 26, 2020
1 parent 48b68fd commit 8dc8ab9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

//toaster library
implementation 'com.github.Ichchhie:Toaster-Library:0.1.0'
implementation 'com.github.Ichchhie:Toaster-Library:0.2.0'
//graphhopper navigation
// implementation 'com.graphhopper.navigation:navigation-android:0.1.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import android.os.Bundle;

import com.kathmandulivinglabs.navigationlibrary.ToasterMessage;
//import com.kathmandulivinglabs.navigationlibrary.ToasterMessage;

public class MainActivity extends AppCompatActivity {

Expand All @@ -13,6 +13,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

ToasterMessage.s(this,"Hello Good Morning");
// ToasterMessage.s(this,"Hello Good Morning");

}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app', ':toasterlibrary', ':routelibrary'
include ':app', ':toasterlibrary'
rootProject.name='OSM Navigation App'

0 comments on commit 8dc8ab9

Please sign in to comment.