File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ This sample Android application displays a live camera feed with an OpenCV *adap
11
11
| Tool | Version |
12
12
| --- | --- |
13
13
| [ 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
15
15
| [ Android Build Tool] ( https://developer.android.com/about ) | 29.0.3
16
16
| [ Android NDK] ( https://developer.android.com/ndk/guides ) | r21d
17
17
| [ 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
20
20
21
21
## How to use this repository
22
22
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:4.0.1 '
11
+ classpath ' com.android.tools.build:gradle:4.1.0 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Mon Aug 17 14:18:33 CEST 2020
1
+ # Sat Oct 17 14:23:13 CEST 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments