Support LineageOS 15.1 and remove 13.0

Change-Id: Ic204f3bff436924f7243da676664192766eac494
This commit is contained in:
Harry Youd
2018-02-28 12:46:59 +01:00
parent 3d820b7124
commit 0f56b376cb

View File

@@ -15,7 +15,7 @@ print(g.rate_limiting_resettime)
org = g.get_organization('LineageOS')
# supported branches, newest to oldest
CUR_BRANCHES = ['cm-14.1', 'cm-13.0']
CUR_BRANCHES = ['lineage-15.1', 'cm-14.1']
def get_cm_dependencies(repo):
branch = None