mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-18 12:30:42 +01:00
updating commons
This commit is contained in:
parent
bceb4dcfc8
commit
878b79730c
@ -63,11 +63,11 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:c457573200'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:94b616f462'
|
||||||
implementation 'me.grantland:autofittextview:0.2.1'
|
implementation 'me.grantland:autofittextview:0.2.1'
|
||||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.5.0'
|
kapt 'androidx.room:room-compiler:2.5.1'
|
||||||
implementation 'androidx.room:room-runtime:2.5.0'
|
implementation 'androidx.room:room-runtime:2.5.1'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.5.0'
|
annotationProcessor 'androidx.room:room-compiler:2.5.1'
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
android:appCategory="productivity"
|
android:appCategory="productivity"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_launcher_name"
|
android:label="@string/app_launcher_name"
|
||||||
|
android:localeConfig="@xml/locale_config"
|
||||||
android:roundIcon="@mipmap/ic_launcher"
|
android:roundIcon="@mipmap/ic_launcher"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user