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") | |
} |