Skip to content

Commit

Permalink
Downgrade agp and fix api dump exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Mar 25, 2024
1 parent acdb2ac commit 89f95a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ plugins {
}


//apiValidation {
// ignoredProjects.addAll(
// listOf(
// ":samples:multiplatform",
// ":samples:multiplatform:shared",
// ":samples:multiplatform:androidApp",
// ":samples:multiplatform:desktopApp",
// ":samples:android",
// ":samples:java"
// )
// )
//}
apiValidation {
ignoredProjects.addAll(
listOf(
"multiplatform",
"shared",
"androidApp",
"desktopApp",
"android",
"java"
)
)
}

allprojects {
val rootDir = "${rootProject.rootDir.path}/rssparser/src/commonTest/resources"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.3.1"
android-gradle-plugin = "8.2.2"
android-compile-sdk = "34"
android-min-sdk = "21"
android-target-sdk = "34"
Expand Down

0 comments on commit 89f95a4

Please sign in to comment.