Skip to content

Commit

Permalink
最低支持API18
Browse files Browse the repository at this point in the history
  • Loading branch information
你需要一台永动机 committed Jul 20, 2020
1 parent 75e25da commit 68557f2
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
Expand Up @@ -3,14 +3,14 @@
buildscript {
//版本
ext.versions = [
'minSdk' : 21,
'minSdk' : 18,
'compileSdk': 29,
'targetSdk' : 29,
]
//依赖
ext.deps = [
'core' : [
'ui' : 'com.github.caoyanglee:universalui:0.5.87'
'ui' : 'com.github.caoyanglee:universalui:0.5.90'
]
]
//常规
Expand Down

0 comments on commit 68557f2

Please sign in to comment.