Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabia authored Feb 7, 2020
1 parent c55669f commit 115a782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
minSdkVersion 16
Expand All @@ -44,4 +44,4 @@ dependencies {
implementation 'cn.jiguang.sdk:jcore:1.2.7'
// 此处以JCore 1.2.7 版本为例。
compileOnly files('libs/flutter.jar')
}
}

0 comments on commit 115a782

Please sign in to comment.