Fix: Fixed the build number.

This commit is contained in:
HeCodes2Much
2024-12-04 18:51:12 +00:00
parent 63306991fd
commit e064e62f2c

View File

@@ -19,8 +19,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 35
versionCode = 33
versionName = "0.3.3"
versionCode = 32
versionName = "0.3.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders["internetPermission"] = "android.permission.INTERNET"