UNPKG

rn-version-sync

Version:

Fast and simple utility to sync React Native version with native code

5 lines 248 B
/** * Update Android build.gradle with new version name and version code */ export declare function updateAndroidVersion(projectRoot: string, versionName: string, versionCode: number, verbose: boolean): void; //# sourceMappingURL=android.d.ts.map