Skip to content

Commit

Permalink
Adds badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickpulver committed Nov 23, 2021
1 parent 83090fb commit 49a2156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Updraft: Mobile App Distribution](updraft.png)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.appswithlove.updraft/updraft-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.appswithlove.updraft/updraft-sdk)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/appswithlove/updraft-sdk-ios/master/LICENSE)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/GetUpdraft)

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
implementation project(path: ':updraft-sdk')
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Expand Down
2 changes: 1 addition & 1 deletion updraft-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'

api 'com.rm:freedrawview:1.1.2'
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Expand Down

0 comments on commit 49a2156

Please sign in to comment.