Skip to content

Commit

Permalink
Bump gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jun 14, 2018
1 parent 6d9ffb6 commit 17c4a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
compileSdkVersion 27

dependencies {
implementation 'com.android.support:support-annotations:27.1.0'
implementation "com.android.support:support-core-ui:27.1.0"
implementation 'com.android.support:support-annotations:27.1.1'
implementation "com.android.support:support-core-ui:27.1.1"
implementation project(":terminal-view")
}

Expand Down
2 changes: 1 addition & 1 deletion terminal-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
compileSdkVersion 27

dependencies {
implementation 'com.android.support:support-annotations:27.1.0'
implementation 'com.android.support:support-annotations:27.1.1'
api project(":terminal-emulator")
}

Expand Down

0 comments on commit 17c4a45

Please sign in to comment.