Fixed app crashing when saving rules while service is running.

This commit is contained in:
Jens 2021-03-21 22:44:40 +01:00
parent b7ebf2cdcd
commit 7127ac45bc
3 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 98,
"versionName": "1.6.22-googlePlay",
"versionCode": 101,
"versionName": "1.6.25-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk"
}
]

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
classpath 'com.android.tools.build:gradle:4.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -0,0 +1 @@
Fixed bug that crashed the app when saving rules while the service was running.