Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Nov 13, 2024
1 parent 730ad14 commit e0391d3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/android_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,13 @@ 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
if [ ${{ matrix.flutter-version }} == '3.22.x' ]; then
echo "True and add options"
sed '/defaultConfig {/i \
sed -i '/defaultConfig {/i \
kotlinOptions {\
jvmTarget = '1.8'\
}\
' android/app/build.gradle
sed '/kotlinOptions {/i \
sourceSets {\
main.java.srcDirs += 'src/main/kotlin'\
}\
' android/app/build.gradle
fi
cat android/app/build.gradle
Expand Down

0 comments on commit e0391d3

Please sign in to comment.