Skip to content

Commit 4140eaf

Browse files
committed
Upgrade to Gradle 6.5.0, Gradle Plugin 4.1.0 and Mac OS 10.15.7.
1 parent 726beed commit 4140eaf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This sample Android application displays a live camera feed with an OpenCV *adap
1111
| Tool | Version |
1212
| --- | --- |
1313
| [OpenCV](https://opencv.org) | 4.5.0
14-
| [Android Studio](https://developer.android.com/studio) | 4.0.1
14+
| [Android Studio](https://developer.android.com/studio) | 4.1.0
1515
| [Android Build Tool](https://developer.android.com/about) | 29.0.3
1616
| [Android NDK](https://developer.android.com/ndk/guides) | r21d
1717
| [Kotlin](https://kotlinlang.org/docs/reference/) | 1.3.72
18-
| [Gradle](https://gradle.org) | 6.1.1
19-
| Mac OS | 10.15.6
18+
| [Gradle](https://gradle.org) | 6.5.0
19+
| Mac OS | 10.15.7
2020

2121
## How to use this repository
2222

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.0.1'
11+
classpath 'com.android.tools.build:gradle:4.1.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Aug 17 14:18:33 CEST 2020
1+
#Sat Oct 17 14:23:13 CEST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 commit comments

Comments
 (0)