Skip to content

Commit

Permalink
Bump compile and target SDK from 29 to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Feb 24, 2021
1 parent aaa9a71 commit 18c6705
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package co.anitrend.retrofit.graphql.buildSrc.common

object Versions {

const val compileSdk = 29
const val targetSdk = 29
const val compileSdk = 30
const val targetSdk = 30
const val minSdk = 17

const val versionCode = 11003
Expand Down

0 comments on commit 18c6705

Please sign in to comment.