blob: 43bb4b71ebe82c3f9827ad1f4bb894b45c5e90f4 [file] [log] [blame]
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
defaultConfig {
applicationId "com.airbnb.lottie.issues"
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
viewBinding true
}
}
dependencies {
implementation project(':lottie')
implementation("androidx.appcompat:appcompat:1.2.0")
}