Skip to content

Commit

Permalink
migrated to androidX
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh876 committed Feb 25, 2019
1 parent cdb9deb commit ef548eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions roundedimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit ef548eb

Please sign in to comment.