Removed requireContext() calls to combat recent crash wave

This commit is contained in:
Deniz Düzgören
2019-10-29 16:41:07 +01:00
parent e3f5fe7f6a
commit 3a9f802fa5
4 changed files with 22 additions and 8 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 29
versionCode 43
versionName "2.4.0"
versionCode 44
versionName "2.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {