Skip to content

Commit

Permalink
Update targetSDK and Kotlin (ChuckerTeam#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Mar 5, 2020
1 parent 9bf9ce9 commit 16f0709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.3.61'
kotlinVersion = '1.3.70'
androidGradleVersion = '3.6.0'

// Google libraries
Expand Down Expand Up @@ -65,6 +65,6 @@ task clean(type: Delete) {

ext {
minSdkVersion = 16
targetSdkVersion = 28
compileSdkVersion = 28
targetSdkVersion = 29
compileSdkVersion = 29
}

0 comments on commit 16f0709

Please sign in to comment.