Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Also update spotless
  • Loading branch information
redwarp committed Jun 18, 2020
1 parent 54cc2dc commit 083247d
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 @@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
id "com.diffplug.gradle.spotless" version "4.3.0"
id "com.diffplug.gradle.spotless" version "4.3.1"
id "com.github.ben-manes.versions" version "0.28.0"
}

Expand All @@ -13,8 +13,8 @@ android {
applicationId "net.redwarp.gifwallpaper"
minSdkVersion 24
targetSdkVersion 29
versionCode 16
versionName "1.1.0"
versionCode 17
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 083247d

Please sign in to comment.