Skip to content

Commit

Permalink
Deps: Extract androidx annotation version 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 5513c94 commit aea9159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ext {
}

ext {
androidxAnnotationVersion = '1.6.0'
googleAutoServiceVersion = '1.0-rc6'
squareupJavaPoetVersion = '1.11.1'

Expand Down
2 changes: 1 addition & 1 deletion wellsql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {

dependencies {
api wellSqlAnnotationsProjectDependency
implementation 'androidx.annotation:annotation:1.6.0'
implementation "androidx.annotation:annotation:$androidxAnnotationVersion"
testImplementation 'junit:junit:4.12'
}

Expand Down

0 comments on commit aea9159

Please sign in to comment.