We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ec15e commit 387bf1bCopy full SHA for 387bf1b
sample/build.gradle
@@ -14,7 +14,7 @@ android {
14
applicationId "com.airbnb.lottie"
15
minSdk 16
16
targetSdk 36
17
- versionCode 71
+ versionCode 72
18
versionName VERSION_NAME
19
multiDexEnabled true
20
buildConfigField("String", "GIT_SHA", "\"" + gitSha + "\"")
0 commit comments