Skip to content

Commit 0708309

Browse files
committed
Release v15.19.0
- Production build (.env.production) - APK: notask.apk, notask-v15.19.0.apk - Updated Android versionName/versionCode
1 parent 1c5df82 commit 0708309

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.notask.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 1518026
11-
versionName "15.18.26"
10+
versionCode 1519000
11+
versionName "15.19.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "my-notes-and-tasks-modern",
4-
"version": "15.18.26",
4+
"version": "15.19.0",
55
"private": true,
66
"license": "Licensed CC BY-ND 4.0. No derivatives allowed.",
77
"scripts": {

public/notask-v15.19.0.apk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5de50bfc0c60c77d4f61d486c676d7bb378dcfc3677ca2b945e8299873ab3b10
3+
size 4558350

public/notask.apk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:cc742a162e689cfe5d60b27a9ef569261be37515f7d0dfda95aca9f0c07d0a38
3-
size 4555813
2+
oid sha256:5de50bfc0c60c77d4f61d486c676d7bb378dcfc3677ca2b945e8299873ab3b10
3+
size 4558350

0 commit comments

Comments
 (0)