Releases: gregcockroft/AndroidMath
Releases · gregcockroft/AndroidMath
v1.1.0
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
build files