Chore: Update versionName 1.2310.31, versionCode 21 and cl tool

This commit is contained in:
bl00dymarie
2023-10-31 13:05:09 +01:00
parent 40fb65ca88
commit d81dbac60c
3 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ android {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8
versionName "1.2102.28"
versionCode 21
versionName "1.2310.31"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drip.",
"version": "1.2208.11",
"version": "1.2310.31",
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",
-6
View File
@@ -50,14 +50,8 @@ module.exports = () => {
}
const pkgJSON = JSON.parse(fs.readFileSync('./package.json'))
const pkgLockJSON = JSON.parse(fs.readFileSync('./package-lock.json'))
pkgJSON.version = nextVersion
pkgLockJSON.version = nextVersion
fs.writeFileSync('./package.json', JSON.stringify(pkgJSON, null, 2))
fs.writeFileSync(
'./package-lock.json',
JSON.stringify(pkgLockJSON, null, 2)
)
await ReactNativeVersion.version(
{