updating commons

This commit is contained in:
tibbi 2023-05-15 20:43:31 +02:00
parent a0cfafb7b1
commit 276bbcb7b0
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:9f0c466018'
implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}

View File

@ -23,6 +23,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:localeConfig="@xml/locale_config"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme">