diff --git a/html2bitmap/build.gradle b/html2bitmap/build.gradle
index a3672b9..f0c1d04 100644
--- a/html2bitmap/build.gradle
+++ b/html2bitmap/build.gradle
@@ -20,8 +20,8 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.0.0'
testImplementation 'junit:junit:4.12'
- androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
+ androidTestImplementation 'androidx.test:runner:1.1.0-beta01'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01'
}
apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
\ No newline at end of file