forked from osudroid/osu-droid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.gradle
180 lines (158 loc) · 5.92 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
buildscript {
ext {
kotlin_version = '1.5.21'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
maven { url 'https://jitpack.io' }
google()
mavenCentral()
}
}
def getReleaseVersionCode() {
def versionCode = (int) (new Date().getTime() / 1000)
println('versionCode: ' + versionCode)
return versionCode
}
def getReleaseVersionName() {
def baseline = '1.6.8'
def versionName = baseline + new Date().format('(yyMMdd)')
println('versionName: ' + versionName)
return versionName
}
def localProperties = new Properties()
def localPropertiesFile = new File(rootDir.getAbsolutePath(), 'local.properties')
if (localPropertiesFile.exists()) {
localProperties.load(localPropertiesFile.newDataInputStream())
}
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 30
ndkVersion '23.1.7779620'
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode getReleaseVersionCode()
versionName getReleaseVersionName()
ndk {
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
}
}
packagingOptions {
exclude 'META-INF/proguard/coroutines.pro'
}
signingConfigs {
debug {
storeFile file('debug.jks')
storePassword "debug.dgsrz.com"
keyAlias 'debug.github.dgsrz.com'
keyPassword 'debug.github.dgsrz.com'
}
release {
try {
storeFile file(localProperties.get("RELEASE_KEYSTORE", "debug.jks"))
storePassword localProperties.get('RELEASE_KEYSTORE_PASSWORD', "debug.dgsrz.com")
keyAlias localProperties.get('RELEASE_KEY_ALIAS', "debug.github.dgsrz.com")
keyPassword localProperties.get('RELEASE_KEY_PASSWORD', "debug.github.dgsrz.com")
} catch (ignored) {
throw new InvalidUserDataException('You should define RELEASE_KEYSTORE_PASSWORD and RELEASE_KEY_PASSWORD in local.properties.', ignored)
}
}
}
buildTypes {
debug {
resValue "string", "app_name", "osu!droid-debug"
applicationIdSuffix '.debug'
firebaseCrashlytics {
mappingFileUploadEnabled false
}
}
release {
resValue "string", "app_name", "osu!droid"
zipAlignEnabled true
// minifyEnabled true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard.cfg', 'proguard-kotlin.pro'
signingConfig signingConfigs.release
firebaseCrashlytics {
mappingFileUploadEnabled false
}
}
pre_release {
matchingFallbacks = ['release']
resValue "string", "app_name", "osu!droid"
zipAlignEnabled true
// minifyEnabled true
// debuggable true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard.cfg', 'proguard-kotlin.pro'
signingConfig signingConfigs.release
firebaseCrashlytics {
mappingFileUploadEnabled false
}
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
jniLibs.srcDirs = ['libs']
}
androidTest.setRoot('tests')
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
useLibrary 'org.apache.http.legacy'
lintOptions {
abortOnError true
ignoreWarnings true
disable 'MissingTranslation', 'ExpiredTargetSdkVersion', 'ProtectedPermissions', 'AppLinkUrlError'
}
android.applicationVariants.all { variant ->
variant.outputs.all { output ->
def releaseTime = new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
def fileName = "osu!droid-${defaultConfig.versionName}-${variant.buildType.name}-${releaseTime}.apk"
outputFileName = fileName
}
}
}
dependencies {
implementation project(':AndEngine')
implementation project(':andnext_markdown')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.firebase:firebase-crashlytics:18.2.6'
implementation 'com.google.firebase:firebase-analytics:20.0.2'
implementation 'com.google.firebase:firebase-messaging:23.0.0'
// implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
// implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
// implementation 'com.squareup.retrofit2:adapter-rxjava2:2.9.0'
implementation 'com.google.code.gson:gson:2.8.9'
//implementation 'com.github.tbruyelle:rxpermissions:0.12'
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'net.lingala.zip4j:zip4j:2.9.1'
implementation 'com.github.EdrowsLuo:osudroidstrings:bd9507b289'
implementation 'com.github.EdrowsLuo.EdlGameFramework:EdlJavaExt:d91c53fcff'
implementation 'com.github.EdrowsLuo.EdlGameFramework:EdlOsbSupport:d91c53fcff'
implementation project(path: ':LibBASS')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}