File tree Expand file tree Collapse file tree 8 files changed +70
-54
lines changed Expand file tree Collapse file tree 8 files changed +70
-54
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ allprojects {
51
51
}
52
52
}
53
53
dependencies {
54
- implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.1.6 '
54
+ implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.1.7 '
55
55
}
56
56
57
57
```
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ android {
22
22
23
23
dependencies {
24
24
implementation project(' :rtplibrary' )
25
- implementation ' com.google.android.material:material:1.4 .0'
25
+ implementation ' com.google.android.material:material:1.5 .0'
26
26
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
27
27
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext. kotlin_version = ' 1.6.10'
5
5
ext. library_group = " com.github.pedroSG94"
6
- ext. version_code = 216
7
- ext. version_name = " 2.1.6 "
6
+ ext. version_code = 217
7
+ ext. version_name = " 2.1.7 "
8
8
9
9
repositories {
10
10
google()
11
11
mavenCentral()
12
12
}
13
13
dependencies {
14
- classpath ' com.android.tools.build:gradle:7.0.4 '
14
+ classpath ' com.android.tools.build:gradle:7.1.1 '
15
15
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16
16
// NOTE: Do not place your application dependencies here; they belong
17
17
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -17,19 +17,23 @@ android {
17
17
}
18
18
}
19
19
20
- afterEvaluate {
21
- publishing {
22
- publications {
23
- // Creates a Maven publication called "release".
24
- release(MavenPublication ) {
25
- // Applies the component for the release build variant.
26
- from components. release
20
+ publishing {
21
+ singleVariant(" release" )
22
+ }
23
+ }
24
+
25
+ afterEvaluate {
26
+ publishing {
27
+ publications {
28
+ // Creates a Maven publication called "release".
29
+ release(MavenPublication ) {
30
+ // Applies the component for the release build variant.
31
+ from components. release
27
32
28
- // You can then customize attributes of the publication as shown below.
29
- groupId = " $library_group "
30
- artifactId = " encoder"
31
- version = " $version_name "
32
- }
33
+ // You can then customize attributes of the publication as shown below.
34
+ groupId = " $library_group "
35
+ artifactId = " encoder"
36
+ version = " $version_name "
33
37
}
34
38
}
35
39
}
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-7.0. 2-bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin.zip
Original file line number Diff line number Diff line change @@ -17,19 +17,23 @@ android {
17
17
}
18
18
}
19
19
20
- afterEvaluate {
21
- publishing {
22
- publications {
23
- // Creates a Maven publication called "release".
24
- release(MavenPublication ) {
25
- // Applies the component for the release build variant.
26
- from components. release
20
+ publishing {
21
+ singleVariant(" release" )
22
+ }
23
+ }
24
+
25
+ afterEvaluate {
26
+ publishing {
27
+ publications {
28
+ // Creates a Maven publication called "release".
29
+ release(MavenPublication ) {
30
+ // Applies the component for the release build variant.
31
+ from components. release
27
32
28
- // You can then customize attributes of the publication as shown below.
29
- groupId = " $library_group "
30
- artifactId = " rtmp"
31
- version = " $version_name "
32
- }
33
+ // You can then customize attributes of the publication as shown below.
34
+ groupId = " $library_group "
35
+ artifactId = " rtmp"
36
+ version = " $version_name "
33
37
}
34
38
}
35
39
}
Original file line number Diff line number Diff line change @@ -17,19 +17,23 @@ android {
17
17
}
18
18
}
19
19
20
- afterEvaluate {
21
- publishing {
22
- publications {
23
- // Creates a Maven publication called "release".
24
- release(MavenPublication ) {
25
- // Applies the component for the release build variant.
26
- from components. release
20
+ publishing {
21
+ singleVariant(" release" )
22
+ }
23
+ }
24
+
25
+ afterEvaluate {
26
+ publishing {
27
+ publications {
28
+ // Creates a Maven publication called "release".
29
+ release(MavenPublication ) {
30
+ // Applies the component for the release build variant.
31
+ from components. release
27
32
28
- // You can then customize attributes of the publication as shown below.
29
- groupId = " $library_group "
30
- artifactId = " rtplibrary"
31
- version = " $version_name "
32
- }
33
+ // You can then customize attributes of the publication as shown below.
34
+ groupId = " $library_group "
35
+ artifactId = " rtplibrary"
36
+ version = " $version_name "
33
37
}
34
38
}
35
39
}
Original file line number Diff line number Diff line change @@ -20,19 +20,23 @@ android {
20
20
}
21
21
}
22
22
23
- afterEvaluate {
24
- publishing {
25
- publications {
26
- // Creates a Maven publication called "release".
27
- release(MavenPublication ) {
28
- // Applies the component for the release build variant.
29
- from components. release
23
+ publishing {
24
+ singleVariant(" release" )
25
+ }
26
+ }
27
+
28
+ afterEvaluate {
29
+ publishing {
30
+ publications {
31
+ // Creates a Maven publication called "release".
32
+ release(MavenPublication ) {
33
+ // Applies the component for the release build variant.
34
+ from components. release
30
35
31
- // You can then customize attributes of the publication as shown below.
32
- groupId = " $library_group "
33
- artifactId = " rtsp"
34
- version = " $version_name "
35
- }
36
+ // You can then customize attributes of the publication as shown below.
37
+ groupId = " $library_group "
38
+ artifactId = " rtsp"
39
+ version = " $version_name "
36
40
}
37
41
}
38
42
}
You can’t perform that action at this time.
0 commit comments