Skip to content

Commit 4845080

Browse files
author
Николай Капустин
committed
Merge branch 'master_copy' into 'master'
Master copy See merge request frontend/android-sdk!48
2 parents 183c5c3 + 32278f0 commit 4845080

6 files changed

Lines changed: 468 additions & 160 deletions

File tree

publish_local.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project.afterEvaluate {
99
// version android.defaultConfig.versionName
1010
setGroupId 'com.github.SetPartnerstv'
1111
setArtifactId 'android-sdk'
12-
version '2.0.0'
12+
version '2.0.1'
1313

1414
artifact bundleReleaseAar
1515

sdk/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.github.SetPartnerstv'
8-
version = '2.0.0'
8+
version = '2.0.1'
99

1010
android {
1111
compileSdkVersion 33
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion 28
1616
targetSdkVersion 33
17-
versionCode 38
18-
versionName '2.0.0'
17+
versionCode 39
18+
versionName '2.0.1'
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

@@ -54,14 +54,14 @@ dependencies {
5454
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5555
}
5656

57-
afterEvaluate {
57+
/*afterEvaluate {
5858
publishing {
5959
publications {
6060
release(MavenPublication) {
6161
from components.release
6262
groupId = 'com.github.SetPartnerstv'
6363
artifactId = 'android-sdk'
64-
version = '2.0.0'
64+
version = '2.0.1'
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)