updating commons

This commit is contained in:
tibbi 2023-05-15 22:55:25 +02:00
parent 03e928081e
commit 53f8259210
2 changed files with 2 additions and 1 deletions

View File

@ -61,5 +61,5 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:185891674f'
implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67'
}

View File

@ -17,6 +17,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">