Commit 4618b05 1 parent ef6ba6e commit 4618b05 Copy full SHA for 4618b05
File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ dependencies {
39
39
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
40
40
implementation ' androidx.appcompat:appcompat:1.2.0'
41
41
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
42
- implementation project(' :downloader' )
43
- // implementation 'io.github.chiclaim:downloader:1.0.0 '
42
+ // implementation project(':downloader')
43
+ implementation ' io.github.chiclaim:downloader:1.0.2 '
44
44
debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.9.1'
45
45
46
46
}
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ buildscript {
7
7
repositories {
8
8
google()
9
9
mavenCentral()
10
+ maven {
11
+ name = " Sonatype-Snapshots"
12
+ // setUrl("https://oss.sonatype.org/content/repositories/snapshots")
13
+ setUrl(" https://s01.oss.sonatype.org/content/repositories/snapshots" )
14
+ credentials(PasswordCredentials . class) {
15
+ // username = property("ossrhUsername").toString()
16
+ // password = property("ossrhPassword").toString()
17
+ }
18
+ }
19
+
10
20
}
11
21
dependencies {
12
22
classpath ' com.android.tools.build:gradle:4.1.3'
@@ -20,6 +30,16 @@ allprojects {
20
30
repositories {
21
31
google()
22
32
mavenCentral()
33
+ maven {
34
+ name = " Sonatype-Snapshots"
35
+ // setUrl("https://oss.sonatype.org/content/repositories/snapshots")
36
+ setUrl(" https://s01.oss.sonatype.org/content/repositories/snapshots" )
37
+ credentials(PasswordCredentials . class) {
38
+ // username = property("ossrhUsername").toString()
39
+ // password = property("ossrhPassword").toString()
40
+ }
41
+ }
42
+
23
43
}
24
44
}
25
45
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
19
19
}
20
20
buildTypes {
21
21
release {
22
- minifyEnabled true
22
+ minifyEnabled false
23
23
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
24
24
}
25
25
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ kotlin.code.style=official
37
37
# io.github.chiclaim:downloader:x.x.x
38
38
GROUP =io.github.chiclaim
39
39
POM_ARTIFACT_ID =downloader
40
- VERSION_NAME =1.0.0
40
+ VERSION_NAME =1.0.2
41
41
42
42
POM_SCM_URL =https://github.com/chiclaim/AndroidDownloader
43
43
POM_SCM_CONNECTION =scm:git:git://github.com/chiclaim/AndroidDownloader.git
You can’t perform that action at this time.
0 commit comments