Skip to content

Releases: gregcockroft/AndroidMath

v1.1.0

22 Dec 01:31

Choose a tag to compare

Changes

  • Modernized build system: Replaced CDep with direct Freetype 2.13.3 integration
  • Upgraded to Gradle 8.13 and AGP 8.13.2
  • Updated Java/Kotlin target to 17
  • Simplified installation - no more CDep setup required

Installation

Add to your build.gradle:

dependencies {
implementation 'com.github.gregcockroft:AndroidMath:v1.1.0'
}

Requirements

  • Android Studio with Gradle 8.x support
  • minSdkVersion 24
  • compileSdkVersion 34

v1.0.0

03 Jan 01:14

Choose a tag to compare

build files