diff --git a/build.gradle b/build.gradle index 7606865..f23a1bd 100644 --- a/build.gradle +++ b/build.gradle @@ -17,8 +17,8 @@ limitations under the License. // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.0-rc03' apply false - id 'com.android.library' version '8.2.0-rc03' apply false + id 'com.android.application' version '8.2.0' apply false + id 'com.android.library' version '8.2.0' apply false } allprojects {