From 4165a388979eb113224c04eaadcd2aedb6a15987 Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Tue, 18 Feb 2020 15:33:08 +0100 Subject: [PATCH] Fix config typo in default.spec --- buildozer/default.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/default.spec b/buildozer/default.spec index ae7b2f7e9..1aaf2cc4a 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -176,7 +176,7 @@ fullscreen = 0 #android.add_gradle_repositories = # (list) Java classes to add as activities to the manifest. -#android.add_activites = com.example.ExampleActivity +#android.add_activities = com.example.ExampleActivity # (str) OUYA Console category. Should be one of GAME or APP # If you leave this blank, OUYA support will not be enabled