-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #191 from rubensousa/version_catalog
Migrate to version catalog
- Loading branch information
Showing
13 changed files
with
226 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
buildscript { | ||
apply from: 'versions.gradle' | ||
|
||
dependencies { | ||
classpath "org.jacoco:org.jacoco.core:$testVersions.jacoco" | ||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$versions.navigation" | ||
repositories { | ||
google() | ||
mavenCentral() | ||
gradlePluginPortal() | ||
} | ||
} | ||
|
||
plugins { | ||
id 'com.android.application' version '8.2.2' apply false | ||
id 'com.android.library' version '8.2.2' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false | ||
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.0' | ||
alias libs.plugins.android.application apply false | ||
alias libs.plugins.android.library apply false | ||
alias libs.plugins.kotlin.android apply false | ||
alias libs.plugins.kotlin.kover apply false | ||
alias libs.plugins.androidx.navigation.safeargs apply false | ||
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version "0.14.0" | ||
} | ||
|
||
apiValidation { | ||
ignoredProjects += ["sample", "dpadrecyclerview-test-fixtures"] | ||
ignoredClasses += "com.rubensousa.dpadrecyclerview.BuildConfig" | ||
} | ||
|
||
task clean(type: Delete) { | ||
delete rootProject.buildDir | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.