Skip to content

Commit

Permalink
core: update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
iTaysonLab committed Aug 14, 2020
1 parent 4094482 commit 0934c1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "ua.itaysonlab.homefeeder"
minSdkVersion 21
targetSdkVersion 29
versionCode 9
versionName "pre-alpha 9"
versionCode 10
versionName "pre-alpha 10"
}
buildTypes {
release {
Expand All @@ -35,18 +35,18 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.3.0-alpha01'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation("io.coil-kt:coil:0.9.5")
implementation("io.coil-kt:coil:0.11.0")

implementation project(':homefeeder-sdk')
}

0 comments on commit 0934c1c

Please sign in to comment.