diff --git a/roundedimageview/build.gradle b/roundedimageview/build.gradle index 098aa9a..c67d701 100644 --- a/roundedimageview/build.gradle +++ b/roundedimageview/build.gradle @@ -14,7 +14,7 @@ ext { libraryDescription = 'A RoundedImageView library that supports rounding of any corner or circular shape.' - siteUrl = 'https://github.com/rishabh876/RoundedImageView' + siteUrl = 'https://rishabh876.github.io/RoundedImageView/' gitUrl = 'https://github.com/rishabh876/RoundedImageView.git' libraryVersion = '0.7.0' @@ -34,10 +34,10 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 28 - versionCode 1 - versionName "0.7.0" + versionCode 2 + versionName "0.7.1" - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -51,10 +51,10 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.android.support:appcompat-v7:28.0.0' + implementation 'androidx.appcompat:appcompat:1.1.0-alpha02' testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.2' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' + androidTestImplementation 'androidx.test:runner:1.1.2-alpha01' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.2-alpha01' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } repositories {