From 41b28e6bd34ba88e453fa92a0689901a9f8bb636 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 26 Mar 2020 16:30:54 +0100 Subject: [PATCH] Updated SDK --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e2f27ba..9dba5ab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IMAGE := k8r.eu/justjanne/$(shell basename $(shell git remote get-url origin) .git) -PLATFORM := 28 -BUILD_TOOLS := 28.0.3 +PLATFORM := 29 +BUILD_TOOLS := 29.0.3 TAGS := $(PLATFORM)-$(BUILD_TOOLS) .PHONY: build -- GitLab