Browse Source

Update buildDev

only push build.gradle with updated devVersion number/code
Tobias Kaminsky 7 năm trước cách đây
mục cha
commit
b755ad518b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      scripts/buildDev

+ 4 - 0
scripts/buildDev

@@ -31,6 +31,10 @@ mv latest.apk ~/apks/
 # remove all but the latest 5 apks
 /bin/ls -t ~/apks/*.apk | awk 'NR>6' | xargs rm -f
 
+git add build.gradle
+git commit -m "daily dev $date"
+git push
+
 git tag dev-$date
 git push origin dev-$date