From 17d6cc7d46974bcae092e6f04872b746bb1c1704 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 28 Aug 2024 19:20:55 -0400 Subject: [PATCH] Let's try 0.0.22 again. --- GNUmakefile | 6 +++--- src/android/AndroidManifest.xml | 4 ++-- src/version.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 80fea4df..778531f7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 27 -VERSION_NUMBER := 0.0.23-wip -VERSION_NAME := Me upon my pony on my boat. +VERSION_CODE := 26 +VERSION_NUMBER := 0.0.22 +VERSION_NAME := Get born soon. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip BUNDLETOOL_URL := https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 0ba3d08a..c50aab2c 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="26" + android:versionName="0.0.22">