Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
ext.kotlin_version = '1.2.50'
repositories {
google()
maven { url 'https://jitpack.io' }
jcenter()
}
dependencies {
Expand All @@ -18,6 +19,7 @@ buildscript {
allprojects {
repositories {
google()
maven { url 'https://jitpack.io' }
jcenter()
}
}
Expand Down
2 changes: 1 addition & 1 deletion morph-bottom-navigation-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.tbuonomo.morphbottomnavigation"
minSdkVersion 19
minSdkVersion 17
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
4 changes: 2 additions & 2 deletions morph-bottom-navigation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {


defaultConfig {
minSdkVersion 19
minSdkVersion 17
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand All @@ -38,7 +38,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.core:core-ktx:1.0.0-alpha3'
api 'com.google.android.material:material:1.0.0-alpha3'
api 'com.tbuonomo:magicshapepath:1.0.0-alpha3'
api 'com.github.MarsXan:magic-shape-path:1.0.1'
}


Expand Down