Skip to content

Commit

Permalink
Prepare for Room: update support annotations to 26.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Oct 10, 2017
1 parent 6c3826a commit f76e359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies {
// AndroidJUnitRunner and JUnit Rules
compile 'com.android.support.test:runner:1.0.1'
compile 'com.android.support.test:rules:1.0.1'
compile dep.supportAnnotations
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ ext {

dep = [
androidPlugin: 'com.android.tools.build:gradle:2.3.3',
supportAnnotations: 'com.android.support:support-annotations:25.4.0'
supportAnnotations: 'com.android.support:support-annotations:26.1.0'
]
}

0 comments on commit f76e359

Please sign in to comment.