Skip to content

Commit

Permalink
permissionx 升级到1.7.1,移除阿里云jcenter仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
LIUWEI committed Aug 7, 2023
1 parent fcc52e1 commit d7bd1df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ android {
dependencies {
api project(':dlna-dmc')
api project(':dlna-dms')
implementation 'com.guolindev.permissionx:permissionx:1.7.1'

//noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'com.permissionx.guolindev:permissionx:1.4.0'
}
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
google()
mavenCentral()
mavenLocal()
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven {
url 'http://4thline.org/m2'
allowInsecureProtocol = true
Expand All @@ -25,14 +24,13 @@ allprojects {
google()
mavenCentral()
mavenLocal()
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven {
url 'http://4thline.org/m2'
allowInsecureProtocol = true
}
}
}

task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {

dependencies {
implementation project(':dlna-dms')
implementation 'com.permissionx.guolindev:permissionx:1.4.0'
implementation 'com.guolindev.permissionx:permissionx:1.7.1'
//noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.4.2'
Expand Down
2 changes: 1 addition & 1 deletion tv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {

dependencies {
implementation project(':dlna-dmr')
implementation 'com.permissionx.guolindev:permissionx:1.4.0'
implementation 'com.guolindev.permissionx:permissionx:1.7.1'
//noinspection GradleDependency
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.4.2'
Expand Down

0 comments on commit d7bd1df

Please sign in to comment.