diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index fd9bd7d..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: build_android -on: [pull_request, push] - -jobs: - build_android: - name: Build for Android - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Setup Java - uses: actions/setup-java@v3 - with: - distribution: 'adopt' - java-version: '21' - - name: Install Flutter - uses: subosito/flutter-action@v2 - - name: Disable analytics - run: flutter config --no-analytics - - name: Flutter pub get - run: flutter pub get - - name: Flutter build appbundle - run: | - cd example - flutter build appbundle \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e2f5583..8d8c7e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.1+1 +version: 1.0.1 environment: sdk: ^3.9.0-172.0.dev