Skip to content

Commit

Permalink
Another test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Nov 13, 2024
1 parent e0391d3 commit c8a5e2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,15 @@ jobs:
#Change to Android Gradle plugin to v8
sed -i 's/id "com.android.application" version "7.3.0"/id "com.android.application" version "8.1.4"/g' android/settings.gradle
#Add missing Kotlin Options for Flutter 3.22
#Add missing Kotlin options for Flutter 3.22
if [ ${{ matrix.flutter-version }} == '3.22.x' ]; then
sed -i '/defaultConfig {/i \
kotlinOptions {\
jvmTarget = '1.8'\
jvmTarget = 'JavaVersion.VERSION_1_8'\
}\
' android/app/build.gradle
fi
cat android/app/build.gradle
dart pub add 'adyen_checkout:{"path":"../"}'
flutter build apk --debug
Expand Down

0 comments on commit c8a5e2d

Please sign in to comment.