Skip to content

Commit 01374d0

Browse files
author
a.mochalov
committed
version 3.1.0
1 parent 9417300 commit 01374d0

File tree

1,464 files changed

+39
-80842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,464 files changed

+39
-80842
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ The available library modules are listed below.
6262
* `android-sdk-core`: Core functionality (required).
6363
* `android-sdk-api` : Api generated models and methods.
6464

65-
* `androidsdk`: deprecated copy version of the android-sdk-core(will be removed in future releases).
66-
* `androidsdkapi` : deprecated copy version of the android-sdk-api(will be removed in future releases).
65+
* `androidsdk`: deprecated copy version of the android-sdk-core(will be removed in future releases since 01.09.2021).
66+
* `androidsdkapi` : deprecated copy version of the android-sdk-api(will be removed in future releases since 01.09.2021).
6767

6868
For example, your `app/build.gradle` script will contains such dependencies:
6969
```
7070
dependencies {
71-
implementation 'com.vk:android-sdk-core:3.0.0
72-
implementation 'com.vk:android-sdk-api:3.0.0 // generated models and api methods
71+
implementation 'com.vk:android-sdk-core:3.x.x
72+
implementation 'com.vk:android-sdk-api:3.x.x // generated models and api methods
7373
}
7474
```
7575

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ SOFTWARE.
2323
*/
2424

2525
ext.sdkVersions = [
26-
code : '23',
27-
name : '3.0.0',
26+
code : '24',
27+
name : '3.1.0',
2828

2929
minSdk : 21,
3030
targetSdk : 29,

publish.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ def getArtifactId() {
3838
return envArtifactId != null ? envArtifactId : sdkPublish.POM_ARTIFACT_ID
3939
}
4040

41+
def getArtifactDescription() {
42+
def envArtifactId = System.getenv('POM_ARTIFACT_DESCRIPTION')
43+
return envArtifactId != null ? envArtifactId : sdkPublish.POM_ARTIFACT_DESCRIPTION
44+
}
45+
4146
if (System.getenv('SDK_UPDATE') == "1") {
4247
apply plugin: 'com.jfrog.bintray'
4348
apply plugin: 'maven-publish'
@@ -62,7 +67,7 @@ if (System.getenv('SDK_UPDATE') == "1") {
6267
pom.project {
6368
packaging 'aar'
6469
name sdkPublish.POM_NAME
65-
description sdkPublish.POM_DESCRIPTION
70+
description getArtifactDescription()
6671
url sdkPublish.POM_URL
6772

6873
scm {

samples/app/notTranslatedStrings/values/strings.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/app/sdk/src/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/app/sdk/src/build.gradle

Lines changed: 0 additions & 65 deletions
This file was deleted.

samples/app/sdk/src/main/AndroidManifest.xml

Lines changed: 0 additions & 56 deletions
This file was deleted.

samples/app/sdk/src/main/java/com/vk/sdk/sample/PathUtils.kt

Lines changed: 0 additions & 43 deletions
This file was deleted.

samples/app/sdk/src/main/java/com/vk/sdk/sample/SampleApplication.kt

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)