Skip to content
Permalink
Browse files
Merge pull request #10707 from shuffle2/gradle
fix the android buildbot
  • Loading branch information
Tilka committed May 29, 2022
2 parents bb2a3d3 + 5f31126 commit 70bf89f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
@@ -96,7 +96,7 @@ dependencies {
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'
@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

@@ -1,6 +1,6 @@
#Wed Jan 05 13:37:44 EST 2022
#Sat May 28 22:34:03 PDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 70bf89f

Please sign in to comment.