Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dusken-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EDB
dusken-client
Commits
de4488b6
Commit
de4488b6
authored
Nov 19, 2017
by
Nikolai R Kristiansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android: release
parent
1317016f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
17 deletions
+14
-17
README.md
README.md
+8
-6
android/app/build.gradle
android/app/build.gradle
+2
-2
android/fastlane/README.md
android/fastlane/README.md
+4
-9
android/fastlane/metadata/android/en-US/images/icon.png
android/fastlane/metadata/android/en-US/images/icon.png
+0
-0
No files found.
README.md
View file @
de4488b6
## Install
# See https://facebook.github.io/react-native/docs/getting-started.html#content
yarn
pod install # ios only
cd ios;
pod install # ios only
# Environment settings
cp env-example .env
# Sentry
# Get auth token from https://sentry.neuf.no/api/ with project:write scope
cp ios/sentry.properties-example ios/sentry.properties
cp android/sentry.properties-example android/sentry.properties
react-native start
react-native run-android
...
...
@@ -23,6 +18,13 @@
# Make sure you have hw.keyboard=yes in your avd config.ini (in $HOME/.android/avd/.../) for reloading when pressing R twice to work.
## Prepare release build
# Sentry
# Get auth token from https://sentry.neuf.no/api/ with project:write scope
cp ios/sentry.properties-example ios/sentry.properties
cp android/sentry.properties-example android/sentry.properties
## Create release build (Android)
# Aquire the keystore and put it in android/app/dusken-client.keystore
...
...
android/app/build.gradle
View file @
de4488b6
...
...
@@ -103,8 +103,8 @@ android {
applicationId
"no.neuf.chateau"
minSdkVersion
16
targetSdkVersion
23
versionCode
1
7
versionName
"1.
1.3
"
versionCode
1
8
versionName
"1.
2.0
"
ndk
{
abiFilters
"armeabi-v7a"
,
"x86"
}
...
...
android/fastlane/README.md
View file @
de4488b6
...
...
@@ -12,9 +12,9 @@ xcode-select --install
<table
width=
"100%"
>
<tr>
<th
width=
"33%"
><a
href=
"http://brew.sh"
>
Homebrew
</a></t
d
>
<th
width=
"33%"
>
Installer Script
</t
d
>
<th
width=
"33%"
>
Ruby
gems
</td
>
<th
width=
"33%"
><a
href=
"http://brew.sh"
>
Homebrew
</a></t
h
>
<th
width=
"33%"
>
Installer Script
</t
h
>
<th
width=
"33%"
>
Ruby
Gems
</th
>
</tr>
<tr>
<td
width=
"33%"
align=
"center"
>
macOS
</td>
...
...
@@ -34,12 +34,7 @@ xcode-select --install
```
fastlane android beta
```
Submit a new Build to the Google Play Beta track
### android deploy
```
fastlane android deploy
```
Deploy a new version to Google Play
Submit a new build to the Google Play Beta track
----
...
...
android/fastlane/metadata/android/en-US/images/icon.png
0 → 100644
View file @
de4488b6
39.7 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment