Skip to content

Commit

Permalink
bump trace recorder to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory-Rylov committed Oct 23, 2020
1 parent ce44ecc commit 2b36993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'com.github.grishberg'
version '20.10.23.0'
version '20.10.23.2'
def use_jdk8 = project.hasProperty("use_jdk8")

if (use_jdk8) {
Expand Down Expand Up @@ -35,7 +35,7 @@ repositories {

dependencies {
implementation 'com.github.Grishberg:mvtrace-dependencies:1.0.1'
implementation 'com.github.Grigory-Rylov:andoid_method_trace_recorder:1.7.4'
implementation 'com.github.Grigory-Rylov:andoid_method_trace_recorder:1.7.5'
implementation 'com.github.Grigory-Rylov:proguard-deobfuscator:0.3.0'
implementation 'com.github.Grigory-Rylov:android-methods-profiler-core:1.1.0'
implementation 'com.google.code.gson:gson:2.8.6'
Expand Down

0 comments on commit 2b36993

Please sign in to comment.