mirror of
				https://github.com/android/ndk-samples
				synced 2025-11-04 06:15:39 +08:00 
			
		
		
		
	Use SDK 33, and remove cmake version.
This commit is contained in:
		
				
					committed by
					
						
						James Farrell
					
				
			
			
				
	
			
			
			
						parent
						
							0674c384a7
						
					
				
				
					commit
					50f5fc5f80
				
			@@ -5,12 +5,12 @@ plugins {
 | 
			
		||||
 | 
			
		||||
android {
 | 
			
		||||
    namespace 'com.example.exceptions'
 | 
			
		||||
    compileSdk 32
 | 
			
		||||
    compileSdk 33
 | 
			
		||||
 | 
			
		||||
    defaultConfig {
 | 
			
		||||
        applicationId "com.example.exceptions"
 | 
			
		||||
        minSdk 21
 | 
			
		||||
        targetSdk 32
 | 
			
		||||
        targetSdk 33
 | 
			
		||||
        versionCode 1
 | 
			
		||||
        versionName "1.0"
 | 
			
		||||
 | 
			
		||||
@@ -33,7 +33,6 @@ android {
 | 
			
		||||
    externalNativeBuild {
 | 
			
		||||
        cmake {
 | 
			
		||||
            path file('src/main/cpp/CMakeLists.txt')
 | 
			
		||||
            version '3.18.1'
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    buildFeatures {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user