| 
									
										
										
										
											2018-06-30 21:23:09 +02:00
										 |  |  | #!/bin/bash
 | 
					
						
							| 
									
										
										
										
											2018-07-12 07:11:18 +02:00
										 |  |  | # When changing Qt version remember to update the  | 
					
						
							|  |  |  | # qt-installer-noninteractive file as well. | 
					
						
							| 
									
										
										
										
											2020-11-18 21:55:36 +00:00
										 |  |  | QT_VERSION=5.15 | 
					
						
							|  |  |  | LATEST_QT=5.15.1 | 
					
						
							|  |  |  | NDK_VERSION=21.3.6528147 | 
					
						
							|  |  |  | ANDROID_BUILDTOOLS_REVISION=29.0.3 | 
					
						
							| 
									
										
										
										
											2018-11-24 10:03:50 +01:00
										 |  |  | ANDROID_PLATFORM_LEVEL=21 | 
					
						
							|  |  |  | ANDROID_PLATFORM=android-21 | 
					
						
							| 
									
										
										
										
											2020-11-18 21:55:36 +00:00
										 |  |  | ANDROID_PLATFORMS=android-29 | 
					
						
							|  |  |  | ANDROID_NDK=ndk/${NDK_VERSION} | 
					
						
							| 
									
										
										
										
											2018-07-12 10:17:48 +02:00
										 |  |  | # OpenSSL also has an entry in get-dep-lib.sh line 103 | 
					
						
							|  |  |  | # that needs to be updated as well. | 
					
						
							| 
									
										
										
										
											2022-02-03 21:23:04 -08:00
										 |  |  | OPENSSL_VERSION=1.1.1m |