fix: Set minSdkVersion to 23 (#1911)
				
					
				
			* fix: Set `minSdkVersion` to 21 * sorry I meant 23
This commit is contained in:
		| @@ -90,7 +90,7 @@ android { | ||||
|   } | ||||
|  | ||||
|   defaultConfig { | ||||
|     minSdkVersion safeExtGet('minSdkVersion', 26) | ||||
|     minSdkVersion safeExtGet('minSdkVersion', 23) | ||||
|     compileSdkVersion safeExtGet('compileSdkVersion', 33) | ||||
|     targetSdkVersion safeExtGet('targetSdkVersion', 33) | ||||
|     versionCode 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user