Updated gradle and build target
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -96,3 +96,5 @@ lint/generated/ | ||||
| lint/outputs/ | ||||
| lint/tmp/ | ||||
| # lint/reports/ | ||||
|  | ||||
| app/release/output-metadata.json | ||||
|   | ||||
| @@ -18,12 +18,12 @@ | ||||
| apply plugin: 'com.android.application' | ||||
|  | ||||
| android { | ||||
|     compileSdkVersion 31 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         applicationId "it.danieleverducci.nextcloudmaps" | ||||
|         minSdkVersion 23 | ||||
|         targetSdkVersion 31 | ||||
|         targetSdkVersion 33 | ||||
|         versionCode 8 | ||||
|         versionName "0.3.6" | ||||
|  | ||||
| @@ -44,6 +44,7 @@ android { | ||||
|     buildFeatures { | ||||
|         dataBinding true | ||||
|     } | ||||
|     namespace 'it.danieleverducci.nextcloudmaps' | ||||
| } | ||||
|  | ||||
| repositories { | ||||
|   | ||||
| @@ -17,8 +17,7 @@ | ||||
|   --> | ||||
|  | ||||
| <manifest | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     package="it.danieleverducci.nextcloudmaps"> | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|  | ||||
|     <uses-permission android:name="android.permission.INTERNET" /> | ||||
|     <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||||
|   | ||||
| @@ -25,7 +25,7 @@ buildscript { | ||||
|         jcenter() | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:7.1.1' | ||||
|         classpath 'com.android.tools.build:gradle:7.4.0' | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|         // in the individual module build.gradle files | ||||
|   | ||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| #Sun Feb 20 08:50:37 CET 2022 | ||||
| distributionBase=GRADLE_USER_HOME | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||||
| distributionPath=wrapper/dists | ||||
| zipStorePath=wrapper/dists | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
|   | ||||
		Reference in New Issue
	
	Block a user