Skip to content

Commit f7b553a

Browse files
author
BlackChopper
committed
爱播
1 parent 4f3fcc2 commit f7b553a

File tree

66 files changed

+181
-540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+181
-540
lines changed

.idea/modules.xml

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

-9
This file was deleted.

README-ZH.md

-155
This file was deleted.

README.md

-138
This file was deleted.

app/build.gradle

+1-16
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,12 @@ android {
44
compileSdkVersion 26
55

66
defaultConfig {
7-
applicationId "com.blackchopper.demo"
7+
applicationId "com.hacknife.demo"
88
minSdkVersion 16
99
targetSdkVersion 26
1010
versionCode 84
1111
versionName "6.3.1"
1212
}
13-
signingConfigs {
14-
releaseConfig {
15-
storeFile file("jzvd-keystore")
16-
storePassword "123456"
17-
keyAlias "key0"
18-
keyPassword "123456"
19-
}
20-
}
21-
buildTypes {
22-
release {
23-
minifyEnabled false
24-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
25-
signingConfig signingConfigs.releaseConfig
26-
}
27-
}
2813
lintOptions {
2914
abortOnError false
3015
}

app/jzvd-keystore

-2.12 KB
Binary file not shown.

app/proguard-rules.pro

-18
This file was deleted.

0 commit comments

Comments
 (0)