Magic_Ling_Pixel_Dungeon/build.gradle
LingASDJ 0d67d4a557 Update 0.6.B9
This is one easy commit,
oh you just like code more and more changes ?
yeah,that this.
2022-06-23 22:03:42 +08:00

38 lines
928 B
Groovy

buildscript {
repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
maven{ url 'https://maven.aliyun.com/repository/jcenter'}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
}
}
allprojects {
ext {
appName = 'Magic Ling Pixel Dungeon'
appPackageName = 'com.ansdomagiclingpixeldungeon.ling'
appVersionCode =13030
appVersionName = '0.6.0.0-Beta9'
appJavaCompatibility = JavaVersion.VERSION_1_8
appAndroidCompileSDK = 30
appAndroidMinSDK = 14
appAndroidTargetSDK = 30
gdxControllersVersion = '2.2.1'
gdxVersion = '1.10.0'
}
version = appVersionName
repositories {
maven{ url 'https://maven.aliyun.com/repository/google' }
maven{ url 'https://maven.aliyun.com/repository/jcenter'}
//maven { url 'https://jitpack.io' }
}
}