Skip to content

Commit

Permalink
Bump com.github.triplet.play from 3.2.0 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Aug 1, 2021
1 parent 0bba3b7 commit 250dabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
val kotlinVersion = "1.5.0"
id("com.android.application") version ("4.1.0") apply (false)
id("com.android.application") version ("4.2.0") apply (false)
id("org.jetbrains.kotlin.android") version kotlinVersion apply (false)
id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false)
id("org.jetbrains.kotlin.android.extensions") version kotlinVersion apply (false)
Expand Down
2 changes: 1 addition & 1 deletion uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

plugins {
id("com.github.triplet.play") version "3.2.0"
id("com.github.triplet.play") version "3.5.0"
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.kapt")
Expand Down

0 comments on commit 250dabf

Please sign in to comment.