Skip to content

Commit

Permalink
Bump minAPI to 21 and update okHTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
PHELAT committed Feb 9, 2022
1 parent 2e30a48 commit fbb4dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildScript/versionManager.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
compileSdkVersion: 31,
buildToolsVersion: '31.0.0',
targetSdkVersion : 30,
minSdkVersion : 17
minSdkVersion : 21
]

app = [
Expand Down Expand Up @@ -40,7 +40,7 @@ ext {
core : '1.3.2',
retrofit : '2.6.4',
moshi : '1.13.0',
okhttp : '3.12.12',
okhttp : '4.9.3',
desugar : '1.1.5',
activity : '1.4.0'
]
Expand Down

0 comments on commit fbb4dcc

Please sign in to comment.