We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b840936 commit 71b2f60Copy full SHA for 71b2f60
app/build.gradle
@@ -26,8 +26,8 @@ android {
26
applicationId "com.hyeeyoung.wishboard"
27
minSdkVersion 22
28
targetSdkVersion 32
29
- versionCode 9
30
- versionName "1.0.0.2"
+ versionCode 10
+ versionName "1.1.2"
31
32
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
33
buildConfigField "String", "BASE_URL", properties["ec2.url"]
0 commit comments