File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ dependencies {
162162 implementation(" androidx.navigation:navigation-compose:2.7.6" )
163163
164164 releaseImplementation(platform(" com.google.firebase:firebase-bom:32.2.3" ))
165- releaseImplementation(" com.google.firebase:firebase-crashlytics-ktx:18.6.0 " )
165+ releaseImplementation(" com.google.firebase:firebase-crashlytics-ktx:18.6.1 " )
166166
167167 implementation(" com.apollographql.apollo3:apollo-runtime:$apollo " )
168168 implementation(" com.apollographql.apollo3:apollo-normalized-cache:$apollo " )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sed -i -e '/SEND_SMS/d' app/src/main/AndroidManifest.xml
1919sed -i -e ' /READ_CALL_LOG/d' app/src/main/AndroidManifest.xml
2020sed -i -e ' /WRITE_CALL_LOG/d' app/src/main/AndroidManifest.xml
2121sed -i -e ' /REQUEST_INSTALL_PACKAGES/d' app/src/main/AndroidManifest.xml
22- # sed -i -e '/QUERY_ALL_PACKAGES/d' app/src/main/AndroidManifest.xml
22+ sed -i -e ' /QUERY_ALL_PACKAGES/d' app/src/main/AndroidManifest.xml
2323
2424cat > ./keystore.properties << EOF
2525storePassword=$ANDROID_STORE_PASSWORD
You can’t perform that action at this time.
0 commit comments