Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
Fix a bug in not release game list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx committed Mar 28, 2018
1 parent 228942d commit 7a94c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "me.dounx.nintendoeshophelper"
minSdkVersion 21
targetSdkVersion 27
versionCode 4
versionName "1.1.2"
versionCode 5
versionName "1.1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 7a94c20

Please sign in to comment.