Fixed: Crash when managing phone call action in the F-Droid version

This commit is contained in:
2023-04-29 01:14:52 +02:00
parent 394effea36
commit eba02ade08
9 changed files with 10 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 31
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 130
versionName "1.7.14"
versionCode 131
versionName "1.7.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}