From 6db51d7f8472a4b094c560d6770c511a17825384 Mon Sep 17 00:00:00 2001 From: Kees van Dieren Date: Tue, 19 Sep 2023 20:50:42 +0200 Subject: [PATCH] Released new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee48b8..3fc8ef4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Dependency Status](https://dependencyci.com/github/libgdx/gdx-pay/badge)](https://dependencyci.com/github/libgdx/gdx-pay) This project aims to provide a **cross-platform API for InApp purchasing**. -The gdx-pay project is a libGDX extension. Current release version is 1.3.4. Please use at least libGDX v1.9.8 or Robovm 2.3.5. +The gdx-pay project is a libGDX extension. Current release version is 1.3.5. Please use at least libGDX v1.9.8 or Robovm 2.3.5. SNAPSHOT builds are published regularly on [https://oss.sonatype.org/content/repositories/snapshots/](https://oss.sonatype.org/content/repositories/snapshots/). @@ -26,7 +26,7 @@ The recommended way to use gdx-pay is via dependency management with Gradle or M *project-root/build.gradle:* ext { - gdxPayVersion = '1.3.4' + gdxPayVersion = '1.3.5' } Add the following dependencies: