Skip to content

Commit

Permalink
v1.2.2(9)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1573595 committed Aug 28, 2021
1 parent 7c0e8be commit eeb5ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.a1573595.musicplayer"
minSdkVersion 22
targetSdkVersion 30
versionCode 8
versionName "1.2.1"
versionCode 9
versionName "1.2.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'com.google.android.play:core-ktx:1.8.1'

implementation 'com.jakewharton.timber:timber:5.0.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit eeb5ef0

Please sign in to comment.