build: raise target SDK to 33
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
		
							parent
							
								
									763d9a9f17
								
							
						
					
					
						commit
						b7295cd56f
					
				@ -14,7 +14,7 @@ android {
 | 
			
		||||
    namespace 'com.wireguard.android.tunnel'
 | 
			
		||||
    defaultConfig {
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 31
 | 
			
		||||
        targetSdkVersion 33
 | 
			
		||||
        versionCode wireguardVersionCode
 | 
			
		||||
        versionName wireguardVersionName
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -24,7 +24,7 @@ android {
 | 
			
		||||
    defaultConfig {
 | 
			
		||||
        applicationId 'com.wireguard.android'
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 31
 | 
			
		||||
        targetSdkVersion 33
 | 
			
		||||
        versionCode wireguardVersionCode
 | 
			
		||||
        versionName wireguardVersionName
 | 
			
		||||
        buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user