mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	android: upgrade SDK and NDK versions (#6152)
This commit is contained in:
		
							parent
							
								
									bc6e45ab3b
								
							
						
					
					
						commit
						6f9586a1fe
					
				
					 4 changed files with 13 additions and 12 deletions
				
			
		|  | @ -10,8 +10,8 @@ def buildType | ||||||
| def abiFilter = "arm64-v8a" //, "x86" | def abiFilter = "arm64-v8a" //, "x86" | ||||||
| 
 | 
 | ||||||
| android { | android { | ||||||
|     compileSdkVersion 31 |     compileSdkVersion 32 | ||||||
|     ndkVersion "23.1.7779620" |     ndkVersion "25.1.8937393" | ||||||
| 
 | 
 | ||||||
|     compileOptions { |     compileOptions { | ||||||
|         sourceCompatibility JavaVersion.VERSION_1_8 |         sourceCompatibility JavaVersion.VERSION_1_8 | ||||||
|  | @ -116,15 +116,15 @@ android { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'androidx.appcompat:appcompat:1.1.0' |     implementation 'androidx.appcompat:appcompat:1.5.1' | ||||||
|     implementation 'androidx.exifinterface:exifinterface:1.2.0' |     implementation 'androidx.exifinterface:exifinterface:1.3.4' | ||||||
|     implementation 'androidx.cardview:cardview:1.0.0' |     implementation 'androidx.cardview:cardview:1.0.0' | ||||||
|     implementation 'androidx.recyclerview:recyclerview:1.1.0' |     implementation 'androidx.recyclerview:recyclerview:1.2.1' | ||||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.1.4' |     implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | ||||||
|     implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' |     implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' | ||||||
|     implementation 'androidx.fragment:fragment:1.5.1' |     implementation 'androidx.fragment:fragment:1.5.3' | ||||||
|     implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" |     implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" | ||||||
|     implementation 'com.google.android.material:material:1.1.0' |     implementation 'com.google.android.material:material:1.6.1' | ||||||
| 
 | 
 | ||||||
|     // For loading huge screenshots from the disk. |     // For loading huge screenshots from the disk. | ||||||
|     implementation 'com.squareup.picasso:picasso:2.71828' |     implementation 'com.squareup.picasso:picasso:2.71828' | ||||||
|  | @ -133,10 +133,11 @@ dependencies { | ||||||
|     implementation 'io.reactivex:rxandroid:1.2.1' |     implementation 'io.reactivex:rxandroid:1.2.1' | ||||||
|     implementation 'com.nononsenseapps:filepicker:4.2.1' |     implementation 'com.nononsenseapps:filepicker:4.2.1' | ||||||
|     implementation 'org.ini4j:ini4j:0.5.4' |     implementation 'org.ini4j:ini4j:0.5.4' | ||||||
|     implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |     implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | ||||||
|     implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' |     implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' | ||||||
|     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' |     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' | ||||||
| 
 | 
 | ||||||
|  |     // Please don't upgrade the billing library as the newer version is not GPL-compatible | ||||||
|     implementation 'com.android.billingclient:billing:2.0.3' |     implementation 'com.android.billingclient:billing:2.0.3' | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ buildscript { | ||||||
|         jcenter() |         jcenter() | ||||||
|     } |     } | ||||||
|     dependencies { |     dependencies { | ||||||
|         classpath 'com.android.tools.build:gradle:7.1.2' |         classpath 'com.android.tools.build:gradle:7.2.0' | ||||||
| 
 | 
 | ||||||
|         // NOTE: Do not place your application dependencies here; they belong |         // NOTE: Do not place your application dependencies here; they belong | ||||||
|         // in the individual module build.gradle files |         // in the individual module build.gradle files | ||||||
|  |  | ||||||
|  | @ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME | ||||||
| distributionPath=wrapper/dists | distributionPath=wrapper/dists | ||||||
| zipStoreBase=GRADLE_USER_HOME | zipStoreBase=GRADLE_USER_HOME | ||||||
| zipStorePath=wrapper/dists | zipStorePath=wrapper/dists | ||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||||||
|  |  | ||||||
							
								
								
									
										0
									
								
								src/android/gradlew
									
										
									
									
										vendored
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								src/android/gradlew
									
										
									
									
										vendored
									
									
										
										
										Normal file → Executable file
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue