diff --git a/app/build.gradle b/app/build.gradle index 7a1786b..7dd2df7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,10 +37,10 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.1.0-alpha01' - implementation 'androidx.fragment:fragment:1.1.0-alpha03' - implementation 'androidx.preference:preference:1.1.0-alpha02' + implementation 'androidx.appcompat:appcompat:1.1.0-beta01' + implementation 'androidx.fragment:fragment:1.1.0-beta01' + implementation 'androidx.preference:preference:1.1.0-beta01' testImplementation 'junit:junit:4.13-beta-1' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' }