Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik committed Aug 30, 2018
1 parent 808e373 commit c97cf33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "dk.fjinc.flipperclock"
minSdkVersion 19
targetSdkVersion 27
versionCode 2
versionName "1.0.2"
versionCode 3
versionName "1.0.4"
}
buildTypes {
release {
Expand All @@ -24,6 +24,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:27.1.1'

// implementation project(':flipperclocklibrary')
implementation 'com.github.Fjessin2:flipperclock:1.0.3'
implementation project(':flipperclocklibrary')
// implementation 'com.github.Fjessin2:flipperclock:1.0.3'
}

0 comments on commit c97cf33

Please sign in to comment.