Skip to content

Commit be486fc

Browse files
author
90163
committed
fix
1 parent 0c34775 commit be486fc

File tree

134 files changed

+12
-43
lines changed

Some content is hidden

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

134 files changed

+12
-43
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
keyPassword "android"
2828
}
2929
}
30+
3031
}
3132

3233
dependencies {
14.6 KB
15.8 KB
13.3 KB
10.4 KB
7.74 KB
File renamed without changes.

umlib/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ android {
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
}
22+
sourceSets {
23+
main {
24+
manifest.srcFile 'AndroidManifest.xml'
25+
java.srcDirs = ['src/main/java']
26+
res.srcDirs = ['res']
27+
aidl.srcDirs = ['aidl']
28+
assets.srcDirs = ['assets']
29+
jniLibs.srcDirs = ['libs']
30+
}
31+
32+
}
2233
}
2334

2435
dependencies {

umlib/libs/SocialSDK_Ding.jar

-9.59 KB
Binary file not shown.
9.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)