Skip to content

Commit

Permalink
[update] 上传 aar 1.0.2(更新弹窗自适应高度)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiclaim committed Aug 13, 2022
1 parent ef6ba6e commit 4618b05
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation project(':downloader')
//implementation 'io.github.chiclaim:downloader:1.0.0'
// implementation project(':downloader')
implementation 'io.github.chiclaim:downloader:1.0.2'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'

}
20 changes: 20 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
name = "Sonatype-Snapshots"
// setUrl("https://oss.sonatype.org/content/repositories/snapshots")
setUrl("https://s01.oss.sonatype.org/content/repositories/snapshots")
credentials(PasswordCredentials.class) {
// username = property("ossrhUsername").toString()
// password = property("ossrhPassword").toString()
}
}

}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
Expand All @@ -20,6 +30,16 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
name = "Sonatype-Snapshots"
// setUrl("https://oss.sonatype.org/content/repositories/snapshots")
setUrl("https://s01.oss.sonatype.org/content/repositories/snapshots")
credentials(PasswordCredentials.class) {
// username = property("ossrhUsername").toString()
// password = property("ossrhPassword").toString()
}
}

}
}

Expand Down
2 changes: 1 addition & 1 deletion downloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kotlin.code.style=official
# io.github.chiclaim:downloader:x.x.x
GROUP=io.github.chiclaim
POM_ARTIFACT_ID=downloader
VERSION_NAME=1.0.0
VERSION_NAME=1.0.2

POM_SCM_URL=https://github.com/chiclaim/AndroidDownloader
POM_SCM_CONNECTION=scm:git:git://github.com/chiclaim/AndroidDownloader.git
Expand Down

0 comments on commit 4618b05

Please sign in to comment.