Skip to content

Commit

Permalink
version 0.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woesss committed Jul 6, 2024
1 parent fc8d256 commit 6d7f28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "ru.woesss.j2meloader"
minSdk = rootProject.extra["minSdk"] as Int
targetSdk = rootProject.extra["targetSdk"] as Int
versionCode = 47
versionName = "0.87"
versionCode = 48
versionName = "0.87.1"
resValue("string", "app_name", rootProject.name)
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 6d7f28f

Please sign in to comment.