Skip to content

Commit

Permalink
error modification
Browse files Browse the repository at this point in the history
  • Loading branch information
KDvs123 committed Mar 31, 2024
1 parent b65ed2c commit 62295ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
java-version: '17'
distribution: 'adopt'


- name: Grant execute permission for gradlew
run: chmod +x ./android/gradlew

- name: Build With Gradle
run: ./gradlew build
run: cd android && ./gradlew build

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
Expand Down
2 changes: 1 addition & 1 deletion android/local.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk.dir=C:\\Users\\Lenovo\\AppData\\Local\\Android\\sdk
sdk.dir=C:\\Users\\vihanga\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\src\\flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
Expand Down

0 comments on commit 62295ce

Please sign in to comment.