update java projects to sourceCompatibility/targetCompatibility=11 and compileSdkVersion 33
This commit is contained in:
		| @@ -4,11 +4,11 @@ android { | ||||
|  | ||||
|     namespace 'keepass2android.javafilestorage' | ||||
|  | ||||
|     compileSdkVersion 28 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         minSdkVersion 15 | ||||
|         targetSdkVersion 28 | ||||
|         targetSdkVersion 33 | ||||
|     } | ||||
|     buildTypes { | ||||
|         release { | ||||
| @@ -19,8 +19,8 @@ android { | ||||
|     productFlavors { | ||||
|     } | ||||
|     compileOptions { | ||||
|         sourceCompatibility 1.8 | ||||
|         targetCompatibility 1.8 | ||||
|         sourceCompatibility 11 | ||||
|         targetCompatibility 11 | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -3,12 +3,12 @@ apply plugin: 'com.android.application' | ||||
| android { | ||||
|     namespace "com.crocoapps.javafilestoragetest2" | ||||
|  | ||||
|     compileSdkVersion 28 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         applicationId "com.crocoapps.javafilestoragetest2" | ||||
|         minSdkVersion 21 | ||||
|         targetSdkVersion 31 | ||||
|         targetSdkVersion 33 | ||||
|         versionCode 1 | ||||
|         versionName "1.0" | ||||
|         multiDexEnabled true | ||||
| @@ -24,8 +24,8 @@ android { | ||||
|  | ||||
|  | ||||
|     compileOptions { | ||||
|         sourceCompatibility 1.8 | ||||
|         targetCompatibility 1.8 | ||||
|         sourceCompatibility 11 | ||||
|         targetCompatibility 11 | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -4,7 +4,7 @@ android { | ||||
|  | ||||
|     namespace 'keepass2android.kp2akeytransform' | ||||
|  | ||||
|     compileSdkVersion 23 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' | ||||
|   | ||||
| @@ -3,7 +3,7 @@ android { | ||||
|  | ||||
|     namespace 'keepass2android.softkeyboard' | ||||
|  | ||||
|     compileSdkVersion 23 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         minSdkVersion 18 | ||||
|   | ||||
| @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME | ||||
| distributionPath=wrapper/dists | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||||
|   | ||||
| @@ -3,11 +3,11 @@ android { | ||||
|  | ||||
|     namespace 'keepass2android.pluginsdk' | ||||
|  | ||||
|     compileSdkVersion 23 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         minSdkVersion 8 | ||||
|         targetSdkVersion 19 | ||||
|         minSdkVersion 18 | ||||
|         targetSdkVersion 33 | ||||
|     } | ||||
|  | ||||
|     buildTypes { | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|  | ||||
|     <uses-sdk | ||||
|         android:minSdkVersion="8" | ||||
|         android:targetSdkVersion="19" /> | ||||
|          /> | ||||
|  | ||||
|  | ||||
| </manifest> | ||||
|   | ||||
| @@ -4,11 +4,11 @@ android { | ||||
|  | ||||
|     namespace 'group.pals.android.lib.ui.filechooser' | ||||
|  | ||||
|     compileSdkVersion 28 | ||||
|     compileSdkVersion 33 | ||||
|  | ||||
|     defaultConfig { | ||||
|         minSdkVersion 16 | ||||
|         targetSdkVersion 28 | ||||
|         targetSdkVersion 33 | ||||
|     } | ||||
|  | ||||
|     buildTypes { | ||||
| @@ -19,8 +19,8 @@ android { | ||||
|         } | ||||
|     } | ||||
|     compileOptions { | ||||
|         targetCompatibility 1.8 | ||||
|         sourceCompatibility 1.8 | ||||
|         targetCompatibility 11 | ||||
|         sourceCompatibility 11 | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll