mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Bump minSdk to 29
A replication of the fix done in 9b9521a03 (Update min SDK to 29, 2022-08-22)
to temporarily address #5031.
We're replicating this rather than merging the 4.0-release branch since
merging results in multiple merge conflicts that are non-trivial to
resolve.
We need to find a proper fix for the play store issue, though.
			
			
This commit is contained in:
		
							parent
							
								
									48e4c40ce3
								
							
						
					
					
						commit
						0f0358f227
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -177,7 +177,7 @@ android { | ||||||
|         versionName '4.0.3' |         versionName '4.0.3' | ||||||
|         setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) |         setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) | ||||||
| 
 | 
 | ||||||
|         minSdkVersion 21 |         minSdkVersion 29 | ||||||
|         targetSdkVersion 31 |         targetSdkVersion 31 | ||||||
|         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||||||
|         testInstrumentationRunnerArguments clearPackageData: 'true' |         testInstrumentationRunnerArguments clearPackageData: 'true' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kaartic Sivaraam
						Kaartic Sivaraam