mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Merge pull request #478 from owncloud/bump/gradle_kotlin
Bump gradle and kotlin to the latest versions
This commit is contained in:
		
						commit
						060a988978
					
				| @ -1,6 +1,6 @@ | |||||||
| buildscript { | buildscript { | ||||||
|     ext { |     ext { | ||||||
|         kotlinVersion = '1.6.10' |         kotlinVersion = '1.6.20' | ||||||
|         moshiVersion = "1.13.0" |         moshiVersion = "1.13.0" | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| @ -11,7 +11,7 @@ buildscript { | |||||||
|     } |     } | ||||||
|     dependencies { |     dependencies { | ||||||
|         classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1" |         classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1" | ||||||
|         classpath 'com.android.tools.build:gradle:7.0.4' |         classpath 'com.android.tools.build:gradle:7.1.3' | ||||||
|         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" |         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | |||||||
| @ -21,17 +21,17 @@ dependencies { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| android { | android { | ||||||
|     compileSdkVersion 30 |     compileSdkVersion 31 | ||||||
| 
 | 
 | ||||||
|     defaultConfig { |     defaultConfig { | ||||||
|         minSdkVersion 21 |         minSdkVersion 21 | ||||||
|         targetSdkVersion 30 |         targetSdkVersion 31 | ||||||
| 
 | 
 | ||||||
|         versionCode = 10001400 |         versionCode = 10001400 | ||||||
|         versionName = "1.0.14" |         versionName = "1.0.14" | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     lintOptions { |     lint { | ||||||
|         abortOnError false |         abortOnError false | ||||||
|         ignoreWarnings true |         ignoreWarnings true | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user