Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Nov 24, 2023
1 parent b230952 commit 91a6cba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 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 = 26
targetSdk = 34
versionCode = 27
versionName = "1.3.0"
versionCode = 28
versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -28,6 +28,7 @@ android {
release {
isShrinkResources = true
isMinifyEnabled = true
vcsInfo.include = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}
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.3.0-alpha10" apply false
id("com.android.application") version "8.3.0-alpha14" apply false
id("com.github.ben-manes.versions") version "0.50.0"
id("com.google.firebase.crashlytics") version "2.9.9" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
android.enableR8.fullMode=true
android.enableResourceOptimizations=false
android.enableVcsInfo=true

0 comments on commit 91a6cba

Please sign in to comment.