Skip to content

Commit

Permalink
Release/student 6.13.0 229 (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannakos authored Jul 13, 2021
1 parent 6f10db7 commit 97a22c2
Show file tree
Hide file tree
Showing 411 changed files with 11,925 additions and 1,367 deletions.
2 changes: 1 addition & 1 deletion android-vault
7 changes: 1 addition & 6 deletions apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ buildscript {
google()
mavenCentral()
maven { url "https://www.jitpack.io" }
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://dl.bintray.com/instructure/maven" }
}

dependencies {
Expand All @@ -34,7 +32,6 @@ buildscript {
classpath Plugins.GOOGLE_SERVICES
classpath Plugins.KOTLIN
classpath Plugins.FIREBASE_CRASHLYTICS
classpath Plugins.BUILD_SCAN
if (project.coverageEnabled) { classpath Plugins.JACOCO_ANDROID }
classpath Plugins.SQLDELIGHT
classpath Plugins.HILT
Expand All @@ -45,7 +42,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "https://www.jitpack.io" }
maven { url 'https://jitpack.io' }
maven {
credentials {
username pspdfMavenUser
Expand All @@ -54,8 +51,6 @@ allprojects {
url 'https://customers.pspdfkit.com/maven/'
}
maven { url "https://maven.google.com/" }
jcenter()
maven { url "https://dl.bintray.com/instructure/maven" }
}
}

Expand Down
4 changes: 2 additions & 2 deletions apps/flutter_parent/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext.kotlin_version = '1.2.71'
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
Loading

0 comments on commit 97a22c2

Please sign in to comment.