Update appcompat to 27.1.1 and constraint-layout to 1.1.0.

Sebastian Kaspari 6 years ago
parent 981a0ca487
commit b3511b3d96

@ -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"

Loading…
Cancel
Save