mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 21:43:29 +01:00 
			
		
		
		
	Compare commits
	
		
			5 Commits
		
	
	
		
			86be6a77d7
			...
			v1.1.58
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 39b76a41cf | ||
|  | 377ebeeca2 | ||
|  | c88f55af5a | ||
|  | 2dca74edb2 | ||
|  | e35fd1e01e | 
| @@ -1,6 +1,6 @@ | |||||||
| #  Obtainium | <div align="center"><a href="https://github.com/Safouene1/support-palestine-banner/blob/master/Markdown-pages/Support.md"><img src="https://raw.githubusercontent.com/Safouene1/support-palestine-banner/master/banner-support.svg" alt="Support Palestine" style="width: 100%;"></a></div> | ||||||
|  |  | ||||||
| [](https://techforpalestine.org/learn-more) | #  Obtainium | ||||||
|  |  | ||||||
| Get Android app updates straight from the source. | Get Android app updates straight from the source. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -90,7 +90,7 @@ androidComponents { | |||||||
|     onVariants { variant -> |     onVariants { variant -> | ||||||
|         variant.outputs.forEach { output -> |         variant.outputs.forEach { output -> | ||||||
|             val name = output.filters.find { it.filterType == ABI }?.identifier |             val name = output.filters.find { it.filterType == ABI }?.identifier | ||||||
|             val baseAbiCode = abiCodes[name] |             val baseAbiCode = abiCodes[name] ?: 0 | ||||||
|             if (baseAbiCode != null) { |             if (baseAbiCode != null) { | ||||||
|                 output.versionCode.set(baseAbiCode + ((output.versionCode.get() ?: 0) * 10)) |                 output.versionCode.set(baseAbiCode + ((output.versionCode.get() ?: 0) * 10)) | ||||||
|             } |             } | ||||||
|   | |||||||
| @@ -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.57+2314 | version: 1.1.58+2315 | ||||||
|  |  | ||||||
| environment: | environment: | ||||||
|   sdk: ^3.8.1 |   sdk: ^3.8.1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user