diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9ca59b4 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..5886f54 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,23 @@ +on: push +name: Test, Build and Release apk +jobs: + build: + name: Build APK + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: actions/setup-java@v1 + with: + java-version: '12.x' + - uses: subosito/flutter-action@v1 + with: + flutter-version: '1.12.x' + channel: 'stable' + - run: flutter pub get + - run: flutter test + - run: flutter build apk --debug --split-per-abi + - name: Create a Release APK + uses: ncipollo/release-action@v1 + with: + artifacts: "build/app/outputs/apk/debug/*.apk" + token: ${{ secrets.TOKEN }} diff --git a/.idea/eightQueens.iml b/.idea/eightQueens.iml index de9fce8..20b7699 100644 --- a/.idea/eightQueens.iml +++ b/.idea/eightQueens.iml @@ -3,6 +3,12 @@ +<<<<<<< HEAD + + + +======= +>>>>>>> release/workingfinal @@ -11,5 +17,9 @@ +<<<<<<< HEAD + +======= +>>>>>>> release/workingfinal \ No newline at end of file diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 8e87c9a..a648126 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -226,6 +226,8 @@ +<<<<<<< HEAD +======= @@ -233,6 +235,7 @@ +>>>>>>> release/workingfinal @@ -278,7 +281,10 @@ +<<<<<<< HEAD +======= +>>>>>>> release/workingfinal diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml new file mode 100644 index 0000000..cc85761 --- /dev/null +++ b/.idea/libraries/Flutter_Plugins.xml @@ -0,0 +1,14 @@ + + +<<<<<<< HEAD + + + + +======= + +>>>>>>> release/working-2 + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c9dbd98..a3cf9bf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,82 @@ +<<<<<<< HEAD +======= +<<<<<<< HEAD + +<<<<<<< HEAD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +======= + +======= +>>>>>>> release/workingfinal + +>>>>>>> release/working-2 +>>>>>>> 9e328dfe3e823291b111abdaf39bbfd31f3f71cc