Skip to content

Commit 9cb301b

Browse files
committed
SDK v1.0.8 based on v5.126.10 API schema, fixes
1 parent 0d27833 commit 9cb301b

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ subprojects {
22
apply plugin: 'java'
33

44
group 'com.vk.api'
5-
version '1.0.7'
5+
version '1.0.8'
66

77
sourceCompatibility = 1.8
88
targetCompatibility = 1.8

examples/callback-api-group-bot/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ repositories {
88

99
dependencies {
1010
compile project(':sdk')
11-
12-
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: log4jVersion
1311
}

examples/group-oauth/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies {
1212
compile project(':sdk')
1313

1414
compile group: 'com.google.guava', name: 'guava', version: guavaVersion
15-
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: log4jVersion
1615
compile group: 'org.eclipse.jetty', name: 'jetty-server', version: jettyVersion
1716

1817
testCompile group: 'org.testng', name: 'testng', version: testngVersion

examples/hello-bot/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ext {
1818
dependencies {
1919
compile project(':sdk')
2020

21-
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: log4jVersion
2221
compile group: 'org.eclipse.jetty', name: 'jetty-server', version: jettyVersion
2322
}
2423

examples/user-oauth/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies {
1313

1414
compile group: 'com.google.guava', name: 'guava', version: guavaVersion
1515
compile group: 'org.eclipse.jetty', name: 'jetty-server', version: jettyVersion
16-
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: log4jVersion
1716
testCompile group: 'org.testng', name: 'testng', version: testngVersion
1817
}
1918

0 commit comments

Comments
 (0)