version bump to 2.7.0 + changelog
This commit is contained in:
		
							parent
							
								
									d781bc9cb9
								
							
						
					
					
						commit
						12907a52e3
					
				| 
						 | 
				
			
			@ -1,5 +1,10 @@
 | 
			
		|||
# Changelog
 | 
			
		||||
 | 
			
		||||
### Version 2.7.0
 | 
			
		||||
 | 
			
		||||
* Provide PDF preview on Android 5+
 | 
			
		||||
* Use 12 byte IVs for OMEMO
 | 
			
		||||
 | 
			
		||||
### Version 2.6.4
 | 
			
		||||
 | 
			
		||||
* Support automatic theme switching on Android 10
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -90,8 +90,8 @@ android {
 | 
			
		|||
    defaultConfig {
 | 
			
		||||
        minSdkVersion 16
 | 
			
		||||
        targetSdkVersion 28
 | 
			
		||||
        versionCode 363
 | 
			
		||||
        versionName "2.7.0-beta"
 | 
			
		||||
        versionCode 364
 | 
			
		||||
        versionName "2.7.0"
 | 
			
		||||
        archivesBaseName += "-$versionName"
 | 
			
		||||
        applicationId "eu.siacs.conversations"
 | 
			
		||||
        resValue "string", "applicationId", applicationId
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
* Provide PDF preview on Android 5+
 | 
			
		||||
* Use 12 byte IVs for OMEMO
 | 
			
		||||
		Loading…
	
		Reference in New Issue