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
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
Original file line number Diff line number Diff 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
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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