Skip to content

Commit

Permalink
chore(gradle): upgradle gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Jul 11, 2020
1 parent 9a03ce1 commit dc30e27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(path: ':library')
// implementation 'com.github.Justson:dispatch-queue:v1.0.0'
// implementation 'com.github.Justson:dispatch-queue:v1.0.1'
}
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
buildscript {

repositories {
maven { url 'https://jitpack.io' }
google()
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'

classpath 'com.android.tools.build:gradle:3.6.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -18,9 +17,9 @@ buildscript {

allprojects {
repositories {
maven { url 'https://jitpack.io' }
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Jul 09 09:51:20 CST 2020
#Sat Jul 11 22:33:09 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit dc30e27

Please sign in to comment.