File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- import java.text.SimpleDateFormat
1
+ // import java.text.SimpleDateFormat
2
2
3
3
plugins {
4
4
id(' com.android.library' )
5
5
id(' org.jetbrains.kotlin.android' )
6
6
}
7
7
8
- static def getBuildDate () {
9
- def date = new Date ()
10
- def dateFormat = new SimpleDateFormat (" yyyyMMdd" , Locale . getDefault())
11
- return dateFormat. format(date)
12
- }
8
+ // static def getBuildDate() {
9
+ // def date = new Date()
10
+ // def dateFormat = new SimpleDateFormat("yyyyMMdd", Locale.getDefault())
11
+ // return dateFormat.format(date)
12
+ // }
13
13
14
14
android {
15
15
namespace ' com.pengxh.kt.lite'
16
16
compileSdk 35
17
17
18
18
defaultConfig {
19
19
minSdk 26
20
- versionName ' 1.1.8 '
20
+ versionName ' 1.1.6.1 '
21
21
22
22
consumerProguardFiles(' consumer-rules.pro' )
23
23
}
@@ -43,11 +43,11 @@ android {
43
43
viewBinding true
44
44
}
45
45
46
- libraryVariants. configureEach {
47
- outputs. configureEach {
48
- outputFileName = " lite-lib-ktx_${ getBuildDate()} _${ defaultConfig.versionName} .aar"
49
- }
50
- }
46
+ // libraryVariants.configureEach {
47
+ // outputs.configureEach {
48
+ // outputFileName = "lite-lib-ktx_${getBuildDate()}_${defaultConfig.versionName}.aar"
49
+ // }
50
+ // }
51
51
}
52
52
53
53
dependencies {
You can’t perform that action at this time.
0 commit comments