Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 623696b

Browse files
authored
Prepare Android 1.3.0 Release (#1478)
1 parent a7e8e2e commit 623696b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- run: cd native && ./misc/download_keystore.sh
6363
- run: cd native && node ./misc/config-generator.js
64-
- run: cd native && perl -pi -w -e "s/1.2android/1.2android-c$CIRCLE_BUILD_NUM/g;" android/app/build.gradle
64+
- run: cd native && perl -pi -w -e "s/1.3android/1.3android-c$CIRCLE_BUILD_NUM/g;" android/app/build.gradle
6565

6666

6767
- run: cd native/android && ./gradlew assembleRelease -PMYAPP_RELEASE_STORE_FILE=$MYAPP_RELEASE_STORE_FILE -PMYAPP_RELEASE_KEY_ALIAS=$MYAPP_RELEASE_KEY_ALIAS -PMYAPP_RELEASE_STORE_PASSWORD=$MYAPP_RELEASE_STORE_PASSWORD -PMYAPP_RELEASE_KEY_PASSWORD=$MYAPP_RELEASE_KEY_PASSWORD || exit 0

native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
* Removed Google Analytics
6+
* Updated to latest React Native
7+
* Fixed TestPilot links
8+
39
## 1.2.0
410

511
* Update to latest Android components

native/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ android {
106106
applicationId "org.mozilla.testpilot.notes"
107107
minSdkVersion rootProject.ext.minSdkVersion
108108
targetSdkVersion rootProject.ext.targetSdkVersion
109-
versionCode 8
110-
versionName "1.2android"
109+
versionCode 9
110+
versionName "1.3android"
111111

112112
manifestPlaceholders = [
113113
appAuthRedirectScheme: 'testpilot-notes'

native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Notes",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "TestPilot Notes - React Native App",
55
"scripts": {
66
"start": "react-native run-android",

0 commit comments

Comments
 (0)