diff --git a/README.md b/README.md index 3123ea6b4..95e0c8247 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Very slim music player! (<1000KB) -### Current version: 2.3.3.1 +### Current version: (**48**) 2.3.3.2 diff --git a/project/app/build.gradle b/project/app/build.gradle index 8aab03a26..fa6266b4d 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 47 - versionName "2.3.3.1" + versionCode 48 + versionName "2.3.3.2" } buildTypes { release {