Skip to content

Commit

Permalink
#update 降回编译版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wumeng1 authored and wumeng1 committed Feb 22, 2022
1 parent ca478f1 commit b794833
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ task clean(type: Delete) {
}

ext {
compileSdkVersion = 31
//编译版本不能大于30 否则要Java8以上才能支持,导致jitpack打包失败
compileSdkVersion = 30
targetSdkVersion = 29
minSdkVersion = 21

mvm_version = '1.0.88'
core_ktx_version = '1.6.0'
appcompat_version = '1.4.1'
material_version = '1.5.0'
lifecycle_version = '2.4.1'
appcompat_version = '1.3.1'
material_version = '1.4.0'
lifecycle_version = '2.3.1'
okio_version = '2.2.2'
okhttp_version = '3.14.9'
retrofit_version = '2.9.0'
Expand Down

0 comments on commit b794833

Please sign in to comment.