File tree Expand file tree Collapse file tree
libs/pandautils/src/main/java/com/instructure/pandautils/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ android {
5151 defaultConfig {
5252 minSdkVersion Versions . MIN_SDK
5353 targetSdkVersion Versions . TARGET_SDK
54- versionCode = 91
55- versionName = ' 2.6.0 '
54+ versionCode = 92
55+ versionName = ' 2.6.1 '
5656 vectorDrawables. useSupportLibrary = true
5757 testInstrumentationRunner ' com.instructure.teacher.espresso.TeacherHiltTestRunner'
5858 testInstrumentationRunnerArguments disableAnalytics : ' true'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class FeatureFlagProvider(
4545 }
4646
4747 suspend fun fetchEnvironmentFeatureFlags () {
48- val restParams = RestParams (isForceReadFromNetwork = true , shouldIgnoreToken = true )
48+ val restParams = RestParams (isForceReadFromNetwork = true )
4949 val featureFlags = featuresApi.getEnvironmentFeatureFlags(restParams).dataOrNull ? : return
5050 apiPrefs.user?.id?.let {
5151 environmentFeatureFlags.insert(EnvironmentFeatureFlags (it, featureFlags))
You can’t perform that action at this time.
0 commit comments