Skip to content

Commit

Permalink
Updated the app to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLuuk committed Jan 24, 2019
1 parent 1a525b2 commit 2dde0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "nl.devluuk.sleepywifi"
minSdkVersion 23
targetSdkVersion 27
versionCode 5
versionName '1.4'
versionCode 6
versionName '1.5'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -30,5 +30,5 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:preference-v7:27.1.1'
implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:design:27.1.1'
}

0 comments on commit 2dde0a0

Please sign in to comment.