You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+25-12
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,38 @@
1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+
apply plugin: 'com.huawei.ohos.app'
2
3
4
+
//For instructions on signature configuration, see https://developer.harmonyos.com/en/docs/documentation/doc-guides/ide_debug_device-0000001053822404#EN-US_TOPIC_0000001154985555__section1112183053510
// This is the library version used when deploying the artifact
4
-
version ="1.1.0"
5
-
6
-
android {
7
-
compileSdkVersion 23
8
-
buildToolsVersion "22.0.1"
9
-
1
+
apply plugin: 'com.huawei.ohos.library'
2
+
//For instructions on signature configuration, see https://developer.harmonyos.com/en/docs/documentation/doc-guides/ide_debug_device-0000001053822404#EN-US_TOPIC_0000001154985555__section1112183053510
group ="com.lifeofcoding"// Maven Group ID for the artifact
32
-
//
33
-
//install {
34
-
// repositories.mavenInstaller {
35
-
// // This generates POM.xml with proper parameters
36
-
// pom {
37
-
// project {
38
-
// packaging 'aar'
39
-
//
40
-
// // Add your description here
41
-
// name 'CacheUtilsLibrary'
42
-
// description = 'This is a simple Android util library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.'
43
-
// url siteUrl
44
-
//
45
-
// // Set your license
46
-
// licenses {
47
-
// license {
48
-
// name 'The Apache Software License, Version 2.0'
// // it is the name that appears in bintray when logged
101
-
// name = "CacheUtilsLibrary"
102
-
// websiteUrl = siteUrl
103
-
// vcsUrl = gitUrl
104
-
// licenses = ["Apache-2.0"]
105
-
// publish = true
106
-
// version {
107
-
// gpg {
108
-
// sign = true //Determines whether to GPG sign the files. The default is false
109
-
// passphrase = properties.getProperty("bintray.gpg.password") //Optional. The passphrase for GPG signing'
110
-
// }
111
-
//// mavenCentralSync {
112
-
//// sync = true //Optional (true by default). Determines whether to sync the version to Maven Central.
113
-
//// user = properties.getProperty("bintray.oss.user") //OSS user token
114
-
//// password = properties.getProperty("bintray.oss.password") //OSS user password
115
-
//// close = '1' //Optional property. By default the staging repository is closed and artifacts are released to Maven Central. You can optionally turn this behaviour off (by puting 0 as value) and release the version manually.
0 commit comments