We are at CM12.1 now

Change-Id: I357a379546c97a341e68affc26b60aebd1e94663
This commit is contained in:
Dušan Šušić 2015-04-19 08:59:20 +02:00
parent 8e9b0ac1fd
commit 206c46e8e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-12.0 | awk {'print $1'})
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-12.1 | awk {'print $1'})
do
add_lunch_combo $combo
done