Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Raise target API to 30 (#390)
Browse files Browse the repository at this point in the history
Fixes #389

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis authored Jan 31, 2021
1 parent 5de5605 commit a7af7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType
buildscript {
ext.versions = [
minSdk : 23,
compileSdk : 28,
compileSdk : 30,
supportLib : '28.0.0',
glide : '4.11.0',
autoValue : '1.5',
Expand Down

0 comments on commit a7af7d5

Please sign in to comment.