Skip to content

Commit

Permalink
add jankinfos view
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceDut committed May 21, 2019
1 parent fb5fa6d commit fe9cd81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion fpsviewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation "androidx.appcompat:appcompat:$appcompat"
implementation ("androidx.appcompat:appcompat:$appcompat") {
exclude group : "androidx.arch.core"
}
implementation "com.github.PhilJay:MPAndroidChart:$mpchart"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.github.silencedut:diffadapter:$diffadapter"
Expand Down
6 changes: 3 additions & 3 deletions version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ buildscript {
kotlin_version = '1.3.21'
hub = '2.9.3'
diffadapter = '1.5.5'
roomVersion = '2.1.0-alpha07'
appcompat = '1.0.2'
roomVersion = '2.1.0-beta01'
appcompat = '1.1.0-alpha05'
lifecycle_extensions = '2.0.0'
coroutines = '1.2.0'
gson = '2.8.5'
material = '1.0.0-beta01'
material = '1.1.0-alpha06'
}
}

0 comments on commit fe9cd81

Please sign in to comment.