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 e5757b1 commit e4916ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compatible/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "opensource.pikapika"
compileSdk = flutter.compileSdkVersion
compileSdk = 31 // flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

compileOptions {
Expand All @@ -24,8 +24,8 @@ 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 = 31 // flutter.minSdkVersion
targetSdk = 31 // flutter.targetSdkVersion
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
}
Expand Down

0 comments on commit e4916ac

Please sign in to comment.