@@ -15,19 +15,45 @@ android {
15
15
}
16
16
17
17
dependencies {
18
- implementation fileTree(include : [' *.jar' ,' *.aar' ], dir : ' libs' )
18
+ implementation fileTree(include : [' *.jar' , ' *.aar' ], dir : ' libs' )
19
19
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
20
20
implementation ' androidx.core:core-ktx:1.3.2'
21
21
implementation ' androidx.appcompat:appcompat:1.2.0'
22
22
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
23
23
api ' com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.7.9'
24
24
api files(' libs/open_sdk_r6008_lite.jar' )
25
25
// api 'com.tencent.tauth:qqopensdk:3.52.0'
26
- api ' com.sina.weibo.sdk:core:4.1.0:openDefaultRelease@aar'
26
+ // api 'com.sina.weibo.sdk:core:4.1.0:openDefaultRelease@aar'
27
27
// provided files('libs/core-4.1.0-openDefaultRelease.aar')
28
28
29
29
}
30
30
31
31
repositories {
32
32
mavenCentral()
33
- }
33
+ }
34
+
35
+ // apply plugin: 'maven'
36
+ // uploadArchives{
37
+ // repositories.mavenDeployer{
38
+ // // 本地仓库路径
39
+ // repository(url:"file://C://Users//tech137//.m2//repository/")
40
+ // // 唯一标识
41
+ // pom.groupId = "com.hacknife"
42
+ // // 项目名称
43
+ // pom.artifactId = "loginsharepay"
44
+ // // 版本号
45
+ // pom.version = "1.2.7"
46
+ // }
47
+ // }
48
+
49
+ // apply plugin: 'maven-publish'
50
+ // publishing {
51
+ // publications {
52
+ // maven(MavenPublication) {
53
+ // artifact "D://DZRefresh/xxlib/build/outputs/aar/xxlib-debug.aar"
54
+ // groupId "com.android.dzrefresh"
55
+ // artifactId "APP"
56
+ // version "1.0.0"
57
+ // }
58
+ // }
59
+ // }
0 commit comments