This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- run : cd native && ./misc/download_keystore.sh
63
63
- 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
65
65
66
66
67
67
- 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
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.0
4
+
5
+ * Removed Google Analytics
6
+ * Updated to latest React Native
7
+ * Fixed TestPilot links
8
+
3
9
## 1.2.0
4
10
5
11
* Update to latest Android components
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ android {
106
106
applicationId " org.mozilla.testpilot.notes"
107
107
minSdkVersion rootProject. ext. minSdkVersion
108
108
targetSdkVersion rootProject. ext. targetSdkVersion
109
- versionCode 8
110
- versionName " 1.2android "
109
+ versionCode 9
110
+ versionName " 1.3android "
111
111
112
112
manifestPlaceholders = [
113
113
appAuthRedirectScheme : ' testpilot-notes'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Notes" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " TestPilot Notes - React Native App" ,
5
5
"scripts" : {
6
6
"start" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments