File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ android {
138138}
139139```
140140
141- When push to the ` master ` branch with new version in the ` package.json ` file, GitHub Action would automatically create new release.
141+ When push to the ` develop ` branch with new version in the ` package.json ` file, GitHub Action would automatically create new release.
142142
143143### Deploy
144144
145145#### Demo App
146146
147- The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the ` develop ` branch.
147+ The demo app is hosted on the GitHub Page. It would be updated when there is a new commit on the ` master ` branch.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId " io.numbersprotocol.capturelite"
77 minSdkVersion rootProject. ext. minSdkVersion
88 targetSdkVersion rootProject. ext. targetSdkVersion
9- versionCode 20
10- versionName " 0.2 .0"
9+ versionCode 30
10+ versionName " 0.3 .0"
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1212 }
1313 buildTypes {
Original file line number Diff line number Diff line change 11{
22 "name" : " capture-lite" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "author" : " numbersprotocol" ,
55 "homepage" : " https://numbersprotocol.io/" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments