Skip to content

Commit 760a44b

Browse files
committed
chore: update version name and version code in build gradle
1 parent 6953b78 commit 760a44b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.opennotes"
1515
minSdk 24
1616
targetSdk 35
17-
versionCode 3 // Updated for v1.2 release
18-
versionName "1.2" // Updated for v1.2 release
17+
versionCode 4
18+
versionName "1.3"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
vectorDrawables.useSupportLibrary = true

app/release/app-release.apk

208 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)