Fixed app crashing when saving rules while service is running.

This commit is contained in:
2021-03-21 22:27:34 +01:00
parent d4288dfc40
commit b7ebf2cdcd
2 changed files with 27 additions and 19 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 100
versionName "1.6.24"
versionCode 101
versionName "1.6.25"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}