Skip to content

Commit

Permalink
fix(gradle): downgrade AGP to 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Apr 17, 2023
1 parent f8e539f commit b81e90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:7.4.2'

// NO FREE
if (!project.hasProperty('free')) {
Expand All @@ -25,7 +25,7 @@ buildscript {

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.20'
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}

allprojects {
Expand Down

0 comments on commit b81e90c

Please sign in to comment.