Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Maven Central](http://maven-badges.herokuapp.com/maven-central/com.badlogicgames.gdxpay/gdx-pay/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.badlogicgames.gdxpay%22)

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.8. 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.9. 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/).

Expand All @@ -24,7 +24,7 @@ The recommended way to use gdx-pay is via dependency management with Gradle or M
*project-root/build.gradle:*

ext {
gdxPayVersion = '1.3.8'
gdxPayVersion = '1.3.9'
}

Add the following dependencies:
Expand Down
Loading