File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ android {
5555 // Firebase Crashlytics requires SDK version 16.
5656 minSdkVersion ANDROID_MIN_SDK_VERSION as int
5757 targetSdkVersion ANDROID_TARGET_SDK_VERSION as int
58- versionCode 73
58+ versionCode 74
5959 versionName " 1.5.0"
6060 vectorDrawables. useSupportLibrary = true
6161 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change 33 <configuration >
44 <verify-metadata >true</verify-metadata >
55 <verify-signatures >false</verify-signatures >
6+ <trusted-artifacts >
7+ <trust file =" .*-javadoc[.]jar" regex =" true" />
8+ <trust file =" .*-sources[.]jar" regex =" true" />
9+ <trust group =" gradle" name =" gradle" />
10+ </trusted-artifacts >
611 </configuration >
712 <components >
813 <component group =" androidx.activity" name =" activity" version =" 1.2.4" >
You can’t perform that action at this time.
0 commit comments