Skip to content

Commit

Permalink
Pushed new version of library v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-sehgal committed Jan 2, 2021
1 parent 7b318dd commit a4d868e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lottie-toggles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'org.jetbrains.dokka'
}

version = "1.0.0"
version = "1.0.1"

android {
compileSdkVersion 30
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "dev.vishalsehgal.lottietoggles.sample"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -46,8 +46,8 @@ android {
}

dependencies {
implementation project(':lottie-toggles')
// implementation 'dev.vishalsehgal.android:lottie-toggles:1.0.0'
// implementation project(':lottie-toggles')
implementation 'dev.vishalsehgal.android:lottie-toggles:1.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down

0 comments on commit a4d868e

Please sign in to comment.