diff --git a/build.gradle.kts b/build.gradle.kts index de358275..90d49e73 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,9 +12,9 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:4.1.2") - classpath("io.deepmedia.tools:publisher:0.4.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21") + classpath("com.android.tools.build:gradle:4.2.2") + classpath("io.deepmedia.tools:publisher:0.6.0") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20") } } diff --git a/cameraview/build.gradle.kts b/cameraview/build.gradle.kts index f1e0ac8b..06f2f5ad 100644 --- a/cameraview/build.gradle.kts +++ b/cameraview/build.gradle.kts @@ -28,17 +28,17 @@ dependencies { testImplementation("junit:junit:4.13") testImplementation("org.mockito:mockito-inline:2.28.2") - androidTestImplementation("androidx.test:runner:1.3.0") - androidTestImplementation("androidx.test:rules:1.3.0") - androidTestImplementation("androidx.test.ext:junit:1.1.2") + androidTestImplementation("androidx.test:runner:1.4.0") + androidTestImplementation("androidx.test:rules:1.4.0") + androidTestImplementation("androidx.test.ext:junit:1.1.3") androidTestImplementation("org.mockito:mockito-android:2.28.2") - androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0") + androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") api("androidx.exifinterface:exifinterface:1.3.2") - api("androidx.lifecycle:lifecycle-common:2.2.0") - api("com.google.android.gms:play-services-tasks:17.2.0") - implementation("androidx.annotation:annotation:1.1.0") - implementation("com.otaliastudios.opengl:egloo:0.5.3") + api("androidx.lifecycle:lifecycle-common:2.3.1") + api("com.google.android.gms:play-services-tasks:17.2.1") + implementation("androidx.annotation:annotation:1.2.0") + implementation("com.otaliastudios.opengl:egloo:0.6.1") } // Publishing @@ -58,9 +58,7 @@ publisher { auth.key = "BINTRAY_KEY" auth.repo = "BINTRAY_REPO" } - directory { - directory = file(repositories.mavenLocal().url).absolutePath - } + directory() } // Code Coverage diff --git a/demo/build.gradle.kts b/demo/build.gradle.kts index ece186ac..bb93390f 100644 --- a/demo/build.gradle.kts +++ b/demo/build.gradle.kts @@ -18,6 +18,6 @@ android { dependencies { implementation(project(":cameraview")) - implementation("androidx.appcompat:appcompat:1.2.0") - implementation("com.google.android.material:material:1.2.0") + implementation("androidx.appcompat:appcompat:1.3.0") + implementation("com.google.android.material:material:1.4.0") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6c82b158..6ce64c26 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip