mhh
This commit is contained in:
		@@ -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
 | 
					 | 
				
			||||||
@@ -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
 | 
					# 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
 | 
					# 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.
 | 
					# 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:
 | 
					environment:
 | 
				
			||||||
  sdk: ^3.9.0-172.0.dev
 | 
					  sdk: ^3.9.0-172.0.dev
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user