v0.9.4: added iOS module!

Note that this commit includes several changes made iteratively over time, from TestFlight 1.0 to 1.5
This commit is contained in:
Evan Debenham
2021-06-25 22:45:09 -04:00
parent 0c2434a605
commit 7b08b4d5bd
29 changed files with 729 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.13'
}
}
@@ -24,12 +25,14 @@ allprojects {
appAndroidTargetSDK = 30
gdxVersion = '1.10.0'
robovmVersion = '2.3.13'
}
version = appVersionName
repositories {
google()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
}