# MinSdkVersion

> The C# definition of the android:minSdkVersion Android Manifest attribute.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.6/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public AttributeInteger MinSdkVersion { get; }
```

### Remarks

For more information about the attribute, see Android's documentation: [uses-sdk element](https://developer.android.com/guide/topics/manifest/uses-sdk-element)
