version bump to 2.2.4 + changelog
This commit is contained in:
		
							parent
							
								
									464c79ac9e
								
							
						
					
					
						commit
						68f23af219
					
				| @ -1,5 +1,10 @@ | |||||||
| # Changelog | # Changelog | ||||||
| 
 | 
 | ||||||
|  | ### Version 2.2.4 | ||||||
|  | * Use group chat name as primary identifier | ||||||
|  | * Show group name and subject in group chat details | ||||||
|  | * Upload group chat avatar on compatible servers | ||||||
|  | 
 | ||||||
| ### Version 2.2.3 | ### Version 2.2.3 | ||||||
| * Introduce Expert Setting to enable direct search | * Introduce Expert Setting to enable direct search | ||||||
| * Introduce Paste As Quote on Android 6+ | * Introduce Paste As Quote on Android 6+ | ||||||
|  | |||||||
							
								
								
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							| @ -67,8 +67,8 @@ android { | |||||||
|     defaultConfig { |     defaultConfig { | ||||||
|         minSdkVersion 19 |         minSdkVersion 19 | ||||||
|         targetSdkVersion 25 |         targetSdkVersion 25 | ||||||
|         versionCode 274 |         versionCode 276 | ||||||
|         versionName "2.2.3" |         versionName "2.2.4" | ||||||
|         archivesBaseName += "-$versionName" |         archivesBaseName += "-$versionName" | ||||||
|         applicationId "eu.siacs.conversations" |         applicationId "eu.siacs.conversations" | ||||||
|         resValue "string", "applicationId", applicationId |         resValue "string", "applicationId", applicationId | ||||||
| @ -95,15 +95,19 @@ android { | |||||||
|     productFlavors { |     productFlavors { | ||||||
|         playstore { |         playstore { | ||||||
|             dimension "distribution" |             dimension "distribution" | ||||||
|  |             versionNameSuffix "-p" | ||||||
|         } |         } | ||||||
|         free { |         free { | ||||||
|             dimension "distribution" |             dimension "distribution" | ||||||
|  |             versionNameSuffix "-f" | ||||||
|         } |         } | ||||||
|         system { |         system { | ||||||
|             dimension "emoji" |             dimension "emoji" | ||||||
|  |             versionNameSuffix "s" | ||||||
|         } |         } | ||||||
|         compat { |         compat { | ||||||
|             dimension "emoji" |             dimension "emoji" | ||||||
|  |             versionNameSuffix "c" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| @ -112,11 +116,13 @@ android { | |||||||
|             shrinkResources true |             shrinkResources true | ||||||
|             minifyEnabled true |             minifyEnabled true | ||||||
|             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||||||
|  |             versionNameSuffix "r" | ||||||
|         } |         } | ||||||
|         debug { |         debug { | ||||||
|             shrinkResources true |             shrinkResources true | ||||||
|             minifyEnabled true |             minifyEnabled true | ||||||
|             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||||||
|  |             versionNameSuffix "d" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch