Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 6, 2024
1 parent 90f4c67 commit e5757b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatible/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
applicationId = "opensource.pikapika"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
minSdk = 31 // flutter.minSdkVersion
targetSdk = 31 // flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
Expand Down

0 comments on commit e5757b1

Please sign in to comment.