mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Bump gradle plugin to 7.3.1 and move package name fro manifest to gradle namespace
This commit is contained in:
		
							parent
							
								
									a877612fca
								
							
						
					
					
						commit
						7ceef58382
					
				| @ -11,7 +11,7 @@ buildscript { | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath "org.jlleitschuh.gradle:ktlint-gradle:11.0.0" | ||||
|         classpath 'com.android.tools.build:gradle:7.1.3' | ||||
|         classpath 'com.android.tools.build:gradle:7.3.1' | ||||
|         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$orgJetbrainsKotlin" | ||||
|     } | ||||
| } | ||||
|  | ||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| @ -1,5 +1,5 @@ | ||||
| distributionBase=GRADLE_USER_HOME | ||||
| distributionPath=wrapper/dists | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
|  | ||||
| @ -39,4 +39,5 @@ android { | ||||
|             includeAndroidResources = true | ||||
|         } | ||||
|     } | ||||
|     namespace 'com.owncloud.android.lib' | ||||
| } | ||||
|  | ||||
| @ -23,8 +23,7 @@ | ||||
| 
 | ||||
|  --> | ||||
| 
 | ||||
| <manifest package="com.owncloud.android.lib" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| 
 | ||||
|     <!-- USE_CREDENTIALS, MANAGE_ACCOUNTS and AUTHENTICATE_ACCOUNTS are needed for API < 23. | ||||
|         In API >= 23 the do not exist anymore --> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user