1- import com.otaliastudios .tools.publisher.common.License
2- import com.otaliastudios .tools.publisher.common.Release
1+ import io.deepmedia .tools.publisher.common.License
2+ import io.deepmedia .tools.publisher.common.Release
33
44plugins {
55 id(" com.android.library" )
66 id(" kotlin-android" )
7- id(" com.otaliastudios .tools.publisher" )
7+ id(" io.deepmedia .tools.publisher" )
88 id(" jacoco" )
99}
1010
@@ -14,7 +14,7 @@ android {
1414 setMinSdkVersion(property(" minSdkVersion" ) as Int )
1515 setTargetSdkVersion(property(" targetSdkVersion" ) as Int )
1616 versionCode = 1
17- versionName = " 2.6.4 "
17+ versionName = " 2.7.0 "
1818 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
1919 testInstrumentationRunnerArgument(" filter" , " " +
2020 " com.otaliastudios.cameraview.tools.SdkExcludeFilter," +
@@ -30,11 +30,11 @@ dependencies {
3030
3131 androidTestImplementation(" androidx.test:runner:1.3.0" )
3232 androidTestImplementation(" androidx.test:rules:1.3.0" )
33- androidTestImplementation(" androidx.test.ext:junit:1.1.1 " )
33+ androidTestImplementation(" androidx.test.ext:junit:1.1.2 " )
3434 androidTestImplementation(" org.mockito:mockito-android:2.28.2" )
3535 androidTestImplementation(" androidx.test.espresso:espresso-core:3.2.0" )
3636
37- api(" androidx.exifinterface:exifinterface:1.2.0 " )
37+ api(" androidx.exifinterface:exifinterface:1.3.2 " )
3838 api(" androidx.lifecycle:lifecycle-common:2.2.0" )
3939 api(" com.google.android.gms:play-services-tasks:17.2.0" )
4040 implementation(" androidx.annotation:annotation:1.1.0" )
@@ -52,8 +52,8 @@ publisher {
5252 project.url = " https://github.com/natario1/CameraView"
5353 project.addLicense(License .APACHE_2_0 )
5454 bintray {
55- release.setSources( Release .SOURCES_AUTO )
56- release.setDocs( Release .DOCS_AUTO )
55+ release.sources = Release .SOURCES_AUTO
56+ release.docs = Release .DOCS_AUTO
5757 auth.user = " BINTRAY_USER"
5858 auth.key = " BINTRAY_KEY"
5959 auth.repo = " BINTRAY_REPO"
@@ -97,7 +97,7 @@ jacoco { toolVersion = "0.8.5" }
9797tasks.register(" computeCoverage" , JacocoReport ::class ) {
9898 dependsOn(" compileDebugSources" ) // Compile sources, needed below
9999 executionData.from(fileTree(coverageInputDir))
100- sourceDirectories.from(android.sourceSets[" main" ].java.sourceFiles )
100+ sourceDirectories.from(android.sourceSets[" main" ].java.srcDirs )
101101 additionalSourceDirs.from(" $buildDir /generated/source/buildConfig/debug" )
102102 additionalSourceDirs.from(" $buildDir /generated/source/r/debug" )
103103 classDirectories.from(fileTree(" $buildDir /intermediates/javac/debug" ) {
0 commit comments