File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/main/kotlin/com/simplemobiletools/contacts/pro Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ android {
6363}
6464
6565dependencies {
66- implementation ' com.github.SimpleMobileTools:Simple-Commons:8de9887b36 '
66+ implementation ' com.github.SimpleMobileTools:Simple-Commons:f8dacb75dc '
6767 implementation ' com.googlecode.ez-vcard:ez-vcard:0.11.3'
6868 implementation ' com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
7070 implementation ' me.grantland:autofittextview:0.2.1'
7171
72- kapt " androidx.room:room-compiler:2.4.3 "
73- implementation " androidx.room:room-runtime:2.4.3 "
74- annotationProcessor " androidx.room:room-compiler:2.4.3 "
72+ kapt " androidx.room:room-compiler:2.5.0 "
73+ implementation " androidx.room:room-runtime:2.5.0 "
74+ annotationProcessor " androidx.room:room-compiler:2.5.0 "
7575}
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import com.simplemobiletools.contacts.pro.extensions.config
3333import com.simplemobiletools.contacts.pro.extensions.handleGenericContactClick
3434import com.simplemobiletools.contacts.pro.fragments.FavoritesFragment
3535import com.simplemobiletools.contacts.pro.fragments.MyViewPagerFragment
36+ import com.simplemobiletools.contacts.pro.helpers.ALL_TABS_MASK
3637import com.simplemobiletools.contacts.pro.helpers.VcfExporter
3738import com.simplemobiletools.contacts.pro.helpers.tabsList
3839import com.simplemobiletools.contacts.pro.interfaces.RefreshContactsListener
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import com.simplemobiletools.commons.helpers.TAB_FAVORITES
88import com.simplemobiletools.commons.helpers.TAB_GROUPS
99import com.simplemobiletools.commons.views.MyAppCompatCheckbox
1010import com.simplemobiletools.contacts.pro.R
11- import com.simplemobiletools.commons.helpers.ALL_TABS_MASK
1211import com.simplemobiletools.contacts.pro.extensions.config
12+ import com.simplemobiletools.contacts.pro.helpers.ALL_TABS_MASK
1313
1414class ManageVisibleTabsDialog (val activity : BaseSimpleActivity ) {
1515 private var view = activity.layoutInflater.inflate(R .layout.dialog_manage_visible_tabs, null )
You can’t perform that action at this time.
0 commit comments