diff options
| author | Tilka <tilkax@gmail.com> | 2022-05-29 15:20:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-29 15:20:05 +0100 |
| commit | 70bf89fa59e3bd48633677374ca26124d36ff7e5 (patch) | |
| tree | 5a686505f9dbd29a8a23d3a745ede69a6a48a177 /Source | |
| parent | bb2a3d35b0bebc2f858bb5da7cdf715bf595449e (diff) | |
| parent | 5f3112653d9fa8d17cba98c411fc7a33e9b56483 (diff) | |
Merge pull request #10707 from shuffle2/gradle
fix the android buildbot
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Android/app/build.gradle | 2 | ||||
| -rw-r--r-- | Source/Android/build.gradle | 2 | ||||
| -rw-r--r-- | Source/Android/gradle/wrapper/gradle-wrapper.properties | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 8f61a3feec..b19c3cec62 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -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' diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index 793ef605a7..ac31f01cf5 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -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' } } diff --git a/Source/Android/gradle/wrapper/gradle-wrapper.properties b/Source/Android/gradle/wrapper/gradle-wrapper.properties index 5bb17d745c..8ea2e2b87c 100644 --- a/Source/Android/gradle/wrapper/gradle-wrapper.properties +++ b/Source/Android/gradle/wrapper/gradle-wrapper.properties @@ -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 |
