diff --git a/gradle.properties b/gradle.properties index dad69fae..a1af471c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true android.enableJetifier=true # version -VERSION_NAME=2.4.1 +VERSION_NAME=2.4.2 VERSION_CODE=10 # mavenCentral GROUP_ID=io.github.yanndroid diff --git a/yanndroid/oneui/build.gradle b/yanndroid/oneui/build.gradle index 9903c52a..772c5ee0 100644 --- a/yanndroid/oneui/build.gradle +++ b/yanndroid/oneui/build.gradle @@ -91,7 +91,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'com.google.android.material:material:1.6.0' + implementation 'com.google.android.material:material:1.6.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'