File tree Expand file tree Collapse file tree 7 files changed +26
-11
lines changed Expand file tree Collapse file tree 7 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 5
5
apply plugin : ' com.android.library'
6
6
7
7
android {
8
- compileSdkVersion 26
8
+ compileSdkVersion 30
9
9
10
10
defaultConfig {
11
11
minSdkVersion 19
12
- targetSdkVersion 26
12
+ targetSdkVersion 30
13
13
versionCode 1
14
14
versionName rootProject. version
15
15
}
Original file line number Diff line number Diff line change @@ -8,8 +8,14 @@ repositories {
8
8
maven {
9
9
url " https://afero.jfrog.io/afero/hubby-android"
10
10
credentials {
11
- username = project. aferoArtifactoryUserName
12
- password = project. aferoArtifactoryPassword
11
+ username project. aferoArtifactoryUserName
12
+ password project. aferoArtifactoryPassword
13
+ }
14
+ authentication {
15
+ basic(BasicAuthentication )
16
+ }
17
+ metadataSources {
18
+ artifact()
13
19
}
14
20
}
15
21
}
@@ -18,11 +24,11 @@ final String hubbyVersion = "1.0.957"
18
24
final String hubType = project. findProperty(' aferoSofthubType' ) ?: ' "CONSUMER"'
19
25
20
26
android {
21
- compileSdkVersion 26
27
+ compileSdkVersion 30
22
28
23
29
defaultConfig {
24
30
minSdkVersion 19
25
- targetSdkVersion 26
31
+ targetSdkVersion 30
26
32
27
33
versionCode 1
28
34
versionName rootProject. version
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
dependencies {
12
12
classpath ' com.android.tools.build:gradle:3.4.0'
13
- classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.8.1 "
13
+ classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:4.15.2 '
14
14
classpath " com.mobbeel.plugin:fat-aar:2.0.1"
15
15
}
16
16
}
@@ -19,6 +19,7 @@ allprojects {
19
19
repositories {
20
20
google()
21
21
jcenter()
22
+ mavenCentral()
22
23
}
23
24
24
25
apply plugin : ' com.jfrog.artifactory'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4 -all.zip
Original file line number Diff line number Diff line change @@ -10,11 +10,17 @@ final String sdkVersion = project.findProperty('aferoSDKVersion') ?: '1.5.0'
10
10
repositories {
11
11
maven {
12
12
url " https://afero.jfrog.io/afero/${ sdkRepoKey} "
13
- artifactUrls " https://afero.jfrog.io/afero /hubby-android"
13
+ artifactUrls " https://afero.jfrog.io/artifactory /hubby-android"
14
14
credentials {
15
15
username = project. aferoArtifactoryUserName
16
16
password = project. aferoArtifactoryPassword
17
17
}
18
+ authentication {
19
+ basic(BasicAuthentication )
20
+ }
21
+ metadataSources {
22
+ artifact()
23
+ }
18
24
}
19
25
}
20
26
configurations. all {
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ buildscript {
8
8
repositories {
9
9
google()
10
10
jcenter()
11
+ mavenCentral()
11
12
}
12
13
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.6.1 '
14
+ classpath ' com.android.tools.build:gradle:3.6.3 '
14
15
15
16
// NOTE: Do not place your application dependencies here; they belong
16
17
// in the individual module build.gradle files
@@ -21,6 +22,7 @@ allprojects {
21
22
repositories {
22
23
google()
23
24
jcenter()
25
+ mavenCentral()
24
26
}
25
27
}
26
28
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5. 6.4-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4-all.zip
You can’t perform that action at this time.
0 commit comments