File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
+ projectversion = 1.0.35
21
+
22
+ publishedgroupid = com.github.VGachet
23
+ libraryname = sma_assetmanager
24
+
20
25
librarydescription = Smartapps asset manager library
21
26
22
27
siteurl = https://github.com/smartguide
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ plugins {
4
4
id ' maven-publish'
5
5
}
6
6
7
+ group = publishedgroupid
8
+
7
9
android {
8
10
compileSdkVersion 30
9
11
buildToolsVersion " 30.0.2"
@@ -41,7 +43,38 @@ afterEvaluate {
41
43
42
44
groupId = ' com.github.VGachet'
43
45
artifactId = ' sma_assetmanager'
44
- version = ' 1.0.34'
46
+ version = ' 1.0.35'
47
+
48
+ pom {
49
+ packaging ' aar'
50
+ groupId ' com.github.VGachet'
51
+ artifactId ' sma_assetmanager'
52
+
53
+ // Add your description here
54
+ name = ' sma_assetmanager'
55
+ description = ' Smartapps asset manager library'
56
+ url = ' https://smartapps.fr/'
57
+
58
+ // Set your license
59
+ licenses {
60
+ license {
61
+ name = ' The Apache Software License, Version 2.0'
62
+ url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
63
+ }
64
+ }
65
+ developers {
66
+ developer {
67
+ id = ' smartapps'
68
+ name = ' Smartapps'
69
+
70
+ }
71
+ }
72
+ scm {
73
+ connection = ' https://github.com/smartguide.git'
74
+ developerConnection = ' https://github.com/smartguide.git'
75
+ url = ' https://github.com/smartguide.git'
76
+ }
77
+ }
45
78
}
46
79
}
47
80
}
You can’t perform that action at this time.
0 commit comments