Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
build: bump 0.3.5(7); update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Apr 19, 2018
1 parent ef74690 commit ca34d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "me.rocka.mokeedelta"
minSdkVersion 23
targetSdkVersion 27
versionCode 6
versionName "0.3.4"
versionCode 7
versionName "0.3.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -39,7 +39,7 @@ android {
dependencies {
// Support
implementation "com.android.support:appcompat-v7:$support_lib_version"
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation "com.android.support:cardview-v7:$support_lib_version"
implementation "com.android.support:design:$support_lib_version"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.support_lib_version = '27.1.0'
ext.support_lib_version = '27.1.1'
ext.kotlin_version = '1.2.30'
repositories {
google()
Expand Down

0 comments on commit ca34d04

Please sign in to comment.