Skip to content

Commit

Permalink
downgrade AGP version
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaak67 committed Sep 3, 2023
1 parent 651283e commit ba2f192
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
}

task clean(type: Delete) {
delete rootProject.buildDir
}
def signingTasks = tasks.withType(Sign)
tasks.withType(PublishToMavenRepository).configureEach {
mustRunAfter(signingTasks)
}

apply from: "${rootDir}/scripts/publish-root.gradle"

0 comments on commit ba2f192

Please sign in to comment.