mirror of
				https://github.com/rive-app/rive-flutter.git
				synced 2025-11-04 06:16:23 +08:00 
			
		
		
		
	Update compileSdkVersion for flutter android example
Thanks @umberto-sonnino! Diffs= 33fb6021a Update compileSdkVersion for flutter android example (#7647) Co-authored-by: Philip Chung <philterdesign@gmail.com>
This commit is contained in:
		@ -1 +1 @@
 | 
				
			|||||||
58a9574ce1a8fd45a85ba8118ec14fa8fb0b4a22
 | 
					33fb6021a126224ac3032f096e95563e03612cf3
 | 
				
			||||||
 | 
				
			|||||||
@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
 | 
				
			|||||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
 | 
					apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
android {
 | 
					android {
 | 
				
			||||||
    compileSdkVersion 33
 | 
					    compileSdkVersion 34
 | 
				
			||||||
    ndkVersion "25.1.8937393"
 | 
					    ndkVersion "25.1.8937393"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sourceSets {
 | 
					    sourceSets {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user