Skip to content

Commit

Permalink
Merge pull request #2488 from instructure/release/teacher-1.32.0-69
Browse files Browse the repository at this point in the history
Release Teacher 1.32.0 (69)
  • Loading branch information
hermannakos authored Jul 3, 2024
2 parents 421f79f + c0e17b1 commit a9b3c5b
Show file tree
Hide file tree
Showing 248 changed files with 15,487 additions and 3,700 deletions.
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
Loading

0 comments on commit a9b3c5b

Please sign in to comment.