Skip to content

Commit

Permalink
Merge pull request #40 from wuleihenbang/master
Browse files Browse the repository at this point in the history
feat: 先回滚到target31
  • Loading branch information
chandarlee authored Aug 8, 2024
2 parents 709b144 + 951330e commit 4e41651
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 4e41651

Please sign in to comment.