Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jul 26, 2023
1 parent 6961f60 commit 1792254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "be.mygod.pogoplusplus"
minSdk = 24
targetSdk = 34
versionCode = 23
versionName = "1.2.0"
versionCode = 24
versionName = "1.2.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "8.2.0-alpha13" apply false
id("com.android.application") version "8.2.0-alpha14" apply false
id("com.github.ben-manes.versions") version "0.47.0"
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}
Expand Down

0 comments on commit 1792254

Please sign in to comment.