Skip to content

Commit

Permalink
Merge pull request #2487 from instructure/release/student-7.5.0-263
Browse files Browse the repository at this point in the history
Release Student 7.5.0 (263)
  • Loading branch information
hermannakos authored Jul 2, 2024
2 parents 3bcbdbc + 1ef4282 commit 56568ae
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 56568ae

Please sign in to comment.