Skip to content

Commit 4e5f84f

Browse files
committed
Downgrade plugin gradle
1 parent f07c181 commit 4e5f84f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.0.2' apply false
4-
id 'com.android.library' version '8.0.2' apply false
3+
id 'com.android.application' version '7.4.2' apply false
4+
id 'com.android.library' version '7.4.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
66
}

0 commit comments

Comments
 (0)