Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Update appcompat to 27.1.1 and constraint-layout to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Apr 19, 2018
1 parent 981a0ca commit b3511b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
dependencies {
implementation 'io.sentry:sentry-android:1.7.3'

implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"

Expand Down

0 comments on commit b3511b3

Please sign in to comment.