Skip to content

Commit

Permalink
bump kotlin + androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Jul 8, 2020
1 parent 79afd33 commit f73c343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.gradle_plugin_version = '3.4.2'
ext.kotlin_plugin_version = '1.3.50'
ext.androidx_core_version = '1.1.0'
ext.kotlin_plugin_version = '1.3.72'
ext.androidx_core_version = '1.3.0'
ext.androidx_supportv4_version = '1.0.0'
ext.minSdk = 14
ext.safSdk = 19
Expand Down

0 comments on commit f73c343

Please sign in to comment.