updating commons and gradle

This commit is contained in:
tibbi 2022-01-31 23:17:46 +01:00
parent 681c40bcf3
commit 6e4dcde078
3 changed files with 4 additions and 4 deletions

View File

@ -55,5 +55,5 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:820461691b'
implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
}

View File

@ -27,14 +27,14 @@
<RelativeLayout
android:id="@+id/settings_customize_colors_holder"
style="@style/SettingsHolderTextViewStyle"
style="@style/SettingsHolderTextViewOneLinerStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ripple_all_corners">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_customize_colors_label"
style="@style/SettingsLeftLabelStyle"
style="@style/SettingsTextLabelStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/customize_colors" />

View File

@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong