Skip to content

Commit

Permalink
Bump AGP and Checker Framework
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <[email protected]>
  • Loading branch information
PatrykMis committed Dec 5, 2023
1 parent fd2d01b commit 717efc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}
dependencies {
classpath 'org.aspectj:aspectjtools:1.9.20.1'
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'com.android.tools.build:gradle:8.2.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions shared.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ dependencies {
implementation 'androidx.viewpager2:viewpager2:1.0.0'

// Nullable
implementation 'org.checkerframework:checker-qual:3.40.0'
implementation 'org.checkerframework:checker-qual:3.41.0'

// Auto-value
implementation 'com.google.auto.value:auto-value-annotations:1.10.4'
annotationProcessor 'com.google.auto.value:auto-value:1.10.4'
implementation 'javax.annotation:javax.annotation-api:1.3.2'

implementation 'androidx.wear:wear:1.2.0'
implementation 'androidx.wear:wear:1.3.0'
implementation 'com.google.android.support:wearable:2.9.0'

// UI understanding
Expand Down

0 comments on commit 717efc2

Please sign in to comment.