diff --git a/README.md b/README.md index 0197f139c..742d3e43d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Very slim music player! (<1000KB) -### Current version: (51) 2.4.1 +### Current version: (52) 2.4.1.1 diff --git a/project/app/build.gradle b/project/app/build.gradle index 6b4961bd7..c914c0409 100644 --- a/project/app/build.gradle +++ b/project/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.iven.musicplayergo" minSdkVersion 21 targetSdkVersion 27 - versionCode 51 - versionName "2.4.1" + versionCode 52 + versionName "2.4.1.1" } buildTypes { release {