This repository was archived by the owner on Jun 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/blogspot/e_kanivets/moneytracker/activity/record Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ dependencies {
6969 compile ' com.android.support:appcompat-v7:26.1.0'
7070 compile ' com.android.support:design:26.1.0'
7171 compile ' com.jakewharton:butterknife:8.5.1' // View annotation bindings
72+ annotationProcessor ' com.jakewharton:butterknife-compiler:8.5.1' // ButterKnife compiler
7273 compile ' com.google.dagger:dagger:2.0.1' // Dependency injection tool
7374 compile ' com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
7475 compile ' com.jakewharton.timber:timber:4.1.2' // Advanced logging tool
7576 compile ' com.android.support.constraint:constraint-layout:1.0.2'
76- compile ' com.thebluealliance:spectrum:0.7.1' // Color picker
7777
7878 testCompile ' junit:junit:4.12'
7979 testCompile ' org.mockito:mockito-core:2.0.43-beta'
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ protected void initViews() {
100100
101101 if (preferenceController .checkRateDialog ()) showAppRateDialog ();
102102
103- registerForContextMenu (listView );
103+ // registerForContextMenu(listView);
104104
105105 View summaryView = summaryPresenter .create (true );
106106 listView .addHeaderView (summaryView );
You can’t perform that action at this time.
0 commit comments