Skip to content

Commit

Permalink
Bump to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlythe committed Sep 6, 2022
1 parent bb971ce commit d856730
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 @@ -9,8 +9,8 @@ android {
applicationId "com.sam.hex"
minSdkVersion 14
targetSdkVersion 33
versionCode 29
versionName "5.1"
versionCode 30
versionName "5.1.1"
multiDexEnabled true
}
signingConfigs {
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:+'
implementation 'com.google.android.gms:play-services-games:+'
implementation 'androidx.multidex:multidex:+'
implementation 'com.xlythe:play-billing:3.1'
implementation 'com.xlythe:play-billing:3.1.1'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit d856730

Please sign in to comment.