Skip to content

Commit b644a16

Browse files
committed
updating commons
1 parent fb6be67 commit b644a16

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ android {
6363
}
6464

6565
dependencies {
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
}

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import com.simplemobiletools.contacts.pro.extensions.config
3333
import com.simplemobiletools.contacts.pro.extensions.handleGenericContactClick
3434
import com.simplemobiletools.contacts.pro.fragments.FavoritesFragment
3535
import com.simplemobiletools.contacts.pro.fragments.MyViewPagerFragment
36+
import com.simplemobiletools.contacts.pro.helpers.ALL_TABS_MASK
3637
import com.simplemobiletools.contacts.pro.helpers.VcfExporter
3738
import com.simplemobiletools.contacts.pro.helpers.tabsList
3839
import com.simplemobiletools.contacts.pro.interfaces.RefreshContactsListener

app/src/main/kotlin/com/simplemobiletools/contacts/pro/dialogs/ManageVisibleTabsDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import com.simplemobiletools.commons.helpers.TAB_FAVORITES
88
import com.simplemobiletools.commons.helpers.TAB_GROUPS
99
import com.simplemobiletools.commons.views.MyAppCompatCheckbox
1010
import com.simplemobiletools.contacts.pro.R
11-
import com.simplemobiletools.commons.helpers.ALL_TABS_MASK
1211
import com.simplemobiletools.contacts.pro.extensions.config
12+
import com.simplemobiletools.contacts.pro.helpers.ALL_TABS_MASK
1313

1414
class ManageVisibleTabsDialog(val activity: BaseSimpleActivity) {
1515
private var view = activity.layoutInflater.inflate(R.layout.dialog_manage_visible_tabs, null)

0 commit comments

Comments
 (0)