Skip to content

Commit

Permalink
gradle: update androidx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rascarlo committed Jun 19, 2019
1 parent 1673f48 commit ea988a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
implementation 'androidx.fragment:fragment:1.1.0-alpha03'
implementation 'androidx.preference:preference:1.1.0-alpha02'
implementation 'androidx.appcompat:appcompat:1.1.0-beta01'
implementation 'androidx.fragment:fragment:1.1.0-beta01'
implementation 'androidx.preference:preference:1.1.0-beta01'

testImplementation 'junit:junit:4.13-beta-1'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test:runner:1.2.0'
}

0 comments on commit ea988a7

Please sign in to comment.