Skip to content

Commit

Permalink
Deps: Add versions groups to root build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Jul 4, 2023
1 parent 987e7dd commit fbadeb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@ ext {
}

ext {
// main
androidxAnnotationVersion = '1.6.0'
androidxAppcompatVersion = '1.3.1'
googleAutoServiceVersion = '1.0-rc6'
squareupJavaPoetVersion = '1.11.1'

// test
junitVersion = '4.12'

// android test
androidxTestCoreVersion = '1.5.2'

// project
wellSqlAnnotationsProjectDependency = project.hasProperty("wellSqlAnnotationsVersion") ? "org.wordpress.wellsql:wellsql-annotations:${project.getProperty("wellSqlAnnotationsVersion")}" : project(":well-annotations")
}

0 comments on commit fbadeb5

Please sign in to comment.