updating commons

This commit is contained in:
tibbi
2023-05-13 12:26:37 +02:00
parent f4eae8f638
commit 1ff3c56c85
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1'
}

View File

@ -42,6 +42,7 @@
android:appCategory="productivity"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:localeConfig="@xml/locale_config"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">