blob: 63a525c7e24d413aa5c1568f763327de658e7ee0 [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.3.1")
}