Skip to content

Commit 8dc8ab9

Browse files
committed
removed route library and merged the code to toaster library
1 parent 48b68fd commit 8dc8ab9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
2929

3030
//toaster library
31-
implementation 'com.github.Ichchhie:Toaster-Library:0.1.0'
31+
implementation 'com.github.Ichchhie:Toaster-Library:0.2.0'
3232
//graphhopper navigation
3333
// implementation 'com.graphhopper.navigation:navigation-android:0.1.0'
3434
}

app/src/main/java/com/kathmandulivinglabs/osmnavigationapp/MainActivity.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import android.os.Bundle;
66

7-
import com.kathmandulivinglabs.navigationlibrary.ToasterMessage;
7+
//import com.kathmandulivinglabs.navigationlibrary.ToasterMessage;
88

99
public class MainActivity extends AppCompatActivity {
1010

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

16-
ToasterMessage.s(this,"Hello Good Morning");
16+
// ToasterMessage.s(this,"Hello Good Morning");
17+
1718
}
1819
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include ':app', ':toasterlibrary', ':routelibrary'
1+
include ':app', ':toasterlibrary'
22
rootProject.name='OSM Navigation App'

0 commit comments

Comments
 (0)