mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Make it possible control the version code and name
This commit is contained in:
		| @@ -20,8 +20,15 @@ android { | ||||
|         resValue "string", "app_name", "NewPipe" | ||||
|         minSdk 21 | ||||
|         targetSdk 33 | ||||
|         if (System.properties.containsKey('versionCodeOverride')) { | ||||
|             versionCode System.getProperty('versionCodeOverride') as Integer | ||||
|         } else { | ||||
|             versionCode 999 | ||||
|         } | ||||
|         versionName "0.27.2" | ||||
|         if (System.properties.containsKey('versionNameSuffix')) { | ||||
|             versionNameSuffix System.getProperty('versionNameSuffix') | ||||
|         } | ||||
|  | ||||
|         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex