Updated target SDK to Android 15
This commit is contained in:
		@@ -18,12 +18,10 @@
 | 
			
		||||
apply plugin: 'com.android.application'
 | 
			
		||||
 | 
			
		||||
android {
 | 
			
		||||
    compileSdkVersion 34
 | 
			
		||||
 | 
			
		||||
    defaultConfig {
 | 
			
		||||
        applicationId "it.danieleverducci.nextcloudmaps"
 | 
			
		||||
        minSdkVersion 23
 | 
			
		||||
        targetSdkVersion 34
 | 
			
		||||
        targetSdkVersion 35
 | 
			
		||||
        versionCode 9
 | 
			
		||||
        versionName "0.4.0"
 | 
			
		||||
 | 
			
		||||
@@ -59,10 +57,10 @@ dependencies {
 | 
			
		||||
    implementation fileTree(dir: "libs", include: ["*.jar"])
 | 
			
		||||
 | 
			
		||||
    // Desugaring lib: see https://developer.android.com/studio/write/java8-support
 | 
			
		||||
    coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
 | 
			
		||||
    coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.2")
 | 
			
		||||
 | 
			
		||||
    implementation 'com.android.support:design:34.0.0'
 | 
			
		||||
    implementation 'androidx.appcompat:appcompat:1.6.1'
 | 
			
		||||
    implementation 'androidx.appcompat:appcompat:1.7.0'
 | 
			
		||||
    implementation 'androidx.recyclerview:recyclerview:1.3.2'
 | 
			
		||||
    implementation "androidx.cardview:cardview:1.0.0"
 | 
			
		||||
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
 | 
			
		||||
@@ -70,11 +68,11 @@ dependencies {
 | 
			
		||||
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
 | 
			
		||||
 | 
			
		||||
    // Retrofif2
 | 
			
		||||
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
 | 
			
		||||
    implementation 'com.squareup.retrofit2:retrofit:2.11.0'
 | 
			
		||||
    implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
 | 
			
		||||
 | 
			
		||||
    // Nextcloud SSO
 | 
			
		||||
    implementation "com.github.nextcloud:Android-SingleSignOn:1.0.0"
 | 
			
		||||
    implementation "com.github.nextcloud:Android-SingleSignOn:1.3.2"
 | 
			
		||||
 | 
			
		||||
    // OSMDroid
 | 
			
		||||
    implementation 'org.osmdroid:osmdroid-android:6.1.18'
 | 
			
		||||
@@ -83,7 +81,7 @@ dependencies {
 | 
			
		||||
    implementation 'org.threeten:threetenbp:1.5.1'
 | 
			
		||||
 | 
			
		||||
    // https://mvnrepository.com/artifact/commons-io/commons-io
 | 
			
		||||
    implementation 'commons-io:commons-io:2.11.0'
 | 
			
		||||
    implementation 'commons-io:commons-io:2.13.0'
 | 
			
		||||
 | 
			
		||||
    // Picasso (image loader)
 | 
			
		||||
    implementation 'com.squareup.picasso:picasso:2.8'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user