Skip to content

Commit e50e3e8

Browse files
committed
fix: use dev branch as base branch for android
1 parent 29d71cc commit e50e3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/checkout_android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
repository: 'oxen-io/session-android'
1010
path: 'android'
1111
submodules: recursive
12-
ref: 'release/1.20.0'
12+
ref: 'dev'
1313
- name: Remove existing strings
1414
shell: bash
1515
run: |

0 commit comments

Comments
 (0)