Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1e4507d authored by tibbi's avatar tibbi
Browse files

update commons to 3.0.10

parent c34b5e99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ android {
}

dependencies {
    implementation 'com.simplemobiletools:commons:3.0.3'
    implementation 'com.simplemobiletools:commons:3.0.10'
    implementation 'com.squareup:otto:1.3.8'
}

+5 −5
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@

        <service
            android:name=".helpers.MyTileService"
            android:label="@string/app_launcher_name"
            android:icon="@drawable/img_widget_preview"
            android:label="@string/app_launcher_name"
            android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE"/>
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ class MainActivity : SimpleActivity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)
        appLaunched()

        mBus = BusProvider.instance
        translucentWhite = resources.getColor(R.color.translucent_white)
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@
        android:layout_width="@dimen/seekbar_width"
        android:layout_height="wrap_content"
        android:layout_margin="@dimen/activity_margin"
        android:paddingBottom="@dimen/seekbar_vertical_padding"
        android:paddingTop="@dimen/seekbar_vertical_padding"
        android:paddingBottom="@dimen/medium_margin"
        android:paddingTop="@dimen/medium_margin"
        android:visibility="invisible"/>

</LinearLayout>
+0 −1
Original line number Diff line number Diff line
<resources>
    <dimen name="buttons_margin">30dp</dimen>
    <dimen name="seekbar_width">250dp</dimen>
    <dimen name="seekbar_vertical_padding">6dp</dimen>
    <dimen name="main_button_size">150dp</dimen>
</resources>