testbuild, rebranding
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Flutter Schmutter / build (push) Successful in 3m43s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Flutter Schmutter / build (push) Successful in 3m43s
				
			This commit is contained in:
		@@ -52,8 +52,8 @@ jobs:
 | 
				
			|||||||
            build/app/outputs/flutter-apk/app-release.apk
 | 
					            build/app/outputs/flutter-apk/app-release.apk
 | 
				
			||||||
          token: '${{secrets.RELEASE_TOKEN}}'
 | 
					          token: '${{secrets.RELEASE_TOKEN}}'
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      - name: wait for gitea to catch up xD
 | 
					      - name: wait for gitea to catch up
 | 
				
			||||||
        run: sleep 5
 | 
					        run: sleep 10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: trigger fdroid puller
 | 
					      - name: trigger fdroid puller
 | 
				
			||||||
        run: curl https://flumm.io/pullfdroid.php?token=${{secrets.PULLER_TOKEN}}
 | 
					        run: curl https://flumm.io/pullfdroid.php?token=${{secrets.PULLER_TOKEN}}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
    <uses-permission android:name="android.permission.WAKE_LOCK"/>
 | 
					    <uses-permission android:name="android.permission.WAKE_LOCK"/>
 | 
				
			||||||
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
 | 
					    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
 | 
				
			||||||
    <application
 | 
					    <application
 | 
				
			||||||
        android:label="f0ckapp"
 | 
					        android:label="f0ck"
 | 
				
			||||||
        android:name="${applicationName}"
 | 
					        android:name="${applicationName}"
 | 
				
			||||||
        android:icon="@mipmap/ic_launcher"
 | 
					        android:icon="@mipmap/ic_launcher"
 | 
				
			||||||
        android:enableOnBackInvokedCallback="true">
 | 
					        android:enableOnBackInvokedCallback="true">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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.1.15+45
 | 
					version: 1.1.16+46
 | 
				
			||||||
 | 
					
 | 
				
			||||||
environment:
 | 
					environment:
 | 
				
			||||||
  sdk: ^3.9.0-100.2.beta
 | 
					  sdk: ^3.9.0-100.2.beta
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user