We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398af0c commit 8fe254bCopy full SHA for 8fe254b
build.gradle
@@ -2,8 +2,8 @@ buildscript {
2
apply from: 'versions.gradle'
3
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
4
plugins {
5
- id 'com.android.application' version '7.4.2' apply false
6
- id 'com.android.library' version '7.4.2' apply false
+ id 'com.android.application' version '7.2.1' apply false
+ id 'com.android.library' version '7.2.1' apply false
7
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
8
id 'com.vanniktech.maven.publish' version '0.22.0' apply false
9
}
0 commit comments