Skip to content

Commit

Permalink
feat: 添加未上传的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
wulei05 committed Aug 8, 2024
1 parent 3cc1918 commit 951330e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NLiteAVDemo-Android-Java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ task clean(type: Delete) {
}

ext {
compileSdkVersion = 34
buildToolsVersion = "34.0.0"
compileSdkVersion = 31
buildToolsVersion = "30.0.0"
minSdkVersion = 21
targetSdkVersion = 34
targetSdkVersion = 30

ndkAbis = [
'armeabi-v7a',
Expand Down

0 comments on commit 951330e

Please sign in to comment.