Skip to content

Commit

Permalink
bump support lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitas committed Oct 28, 2017
1 parent 4607c7b commit 2dcec87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 27
buildToolsVersion "26.0.2"
defaultConfig {
applicationId 'com.samebits.beacon.locator'
Expand Down Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
final SUPPORT_LIBRARY_VERSION = '25.3.1'
final SUPPORT_LIBRARY_VERSION = '27.0.0'
final DAGGER_VERSION = '2.11'
final ALTBEACON_VERSION = '2.12.3'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public void onDestroyView() {
}



private void setupToolbar() {
((AppCompatActivity) getActivity()).setSupportActionBar(mToolbar);
ActionBar actionBar = ((AppCompatActivity) getActivity()).getSupportActionBar();
Expand Down Expand Up @@ -268,7 +269,6 @@ public void onCreateContextMenu(ContextMenu menu, View view, ContextMenu.Context
inflater.inflate(R.menu.menu_tracked_list, menu);
}


@Override
public boolean onContextItemSelected(MenuItem item) {

Expand Down

0 comments on commit 2dcec87

Please sign in to comment.