UNPKG

@brettdh/standard-version-expo

Version:

Automatic Expo versioning with Standard Version

12 lines (11 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const helpers_1 = require("./helpers"); /** * Read the app version from the `versionName` build.gradle property. */ exports.readVersion = helpers_1.androidAppVersionReader; /** * Write the app version to the `versionName` build.gradle property. */ exports.writeVersion = helpers_1.androidAppVersionWriter;