Skip to content

Commit

Permalink
Merge pull request #2537 from instructure/release/parent-3.11.0-51
Browse files Browse the repository at this point in the history
Release Parent 3.11.0 (51)
  • Loading branch information
hermannakos authored Aug 29, 2024
2 parents 1a6401d + 1a39dde commit 4e0c1fa
Show file tree
Hide file tree
Showing 981 changed files with 63,999 additions and 33,401 deletions.
2 changes: 1 addition & 1 deletion android-vault
1 change: 0 additions & 1 deletion apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ buildscript {
classpath Plugins.KOTLIN
classpath Plugins.FIREBASE_CRASHLYTICS
if (project.coverageEnabled) { classpath Plugins.JACOCO_ANDROID }
classpath Plugins.SQLDELIGHT
classpath Plugins.HILT
classpath Plugins.HEAP
}
Expand Down
4 changes: 2 additions & 2 deletions apps/flutter_parent/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdk 33
compileSdk 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId "com.instructure.parentapp"
minSdkVersion 26
targetSdk 33
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 10 additions & 0 deletions apps/flutter_parent/lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1715,4 +1715,14 @@ class AppLocalizations {

String get needToEnablePermission =>
Intl.message('You need to enable exact alarm permission for this action', desc: 'Error message when the user tries to set a reminder without the permission');

String get submissionAndRubric => Intl.message(
'Submission & Rubric',
desc: 'Button text for Submission and Rubric on Assignment Details Screen'
);

String get submission => Intl.message(
'Submission',
desc: 'Title for WebView screen when opening submission'
);
}
Loading

0 comments on commit 4e0c1fa

Please sign in to comment.