mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Updated version
This commit is contained in:
		
							parent
							
								
									0980dc7ee0
								
							
						
					
					
						commit
						3e0d2bee8b
					
				@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
version.regex = __version__ = ['"](.*)['"]
 | 
					version.regex = __version__ = ['"](.*)['"]
 | 
				
			||||||
version.filename = %(source.dir)s/main.py
 | 
					version.filename = %(source.dir)s/main.py
 | 
				
			||||||
android.numeric_version = 20221215
 | 
					android.numeric_version = 20221218
 | 
				
			||||||
 | 
					
 | 
				
			||||||
requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode
 | 
					requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode
 | 
				
			||||||
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
 | 
					p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
__debug_build__ = False
 | 
					__debug_build__ = False
 | 
				
			||||||
__disable_shaders__ = True
 | 
					__disable_shaders__ = True
 | 
				
			||||||
__version__ = "0.4.1"
 | 
					__version__ = "0.4.2"
 | 
				
			||||||
__variant__ = "beta"
 | 
					__variant__ = "beta"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user