Skip to content

Commit

Permalink
Increase target sdk version to 29 - required by Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
arcao committed Nov 18, 2020
1 parent fc4165c commit cd476fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
version_name = '3.0.7'

min_sdk_version = 16
compile_sdk_version = 28
target_sdk_version = 28
compile_sdk_version = 29
target_sdk_version = 29

// build plugins
android_plugin_version = '4.1.1'
Expand Down

0 comments on commit cd476fd

Please sign in to comment.