Skip to content

Commit 1b8720b

Browse files
committed
Dev: update dependencies and version
1 parent 71056e1 commit 1b8720b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.4'
10-
classpath 'com.readdle.android.swift:gradle:1.1.7'
11-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
9+
classpath 'com.android.tools.build:gradle:3.3.0-beta03'
10+
classpath 'com.readdle.android.swift:gradle:1.1.9'
11+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1212
}
1313
}
1414

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
GROUP=com.readdle.swift.java.codegen
2-
VERSION_NAME=0.6.9
2+
VERSION_NAME=0.6.10
33

44
org.gradle.jvmargs=-Xmx1536m

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ swift {
99
}
1010

1111
android {
12-
compileSdkVersion 27
12+
compileSdkVersion 28
1313
defaultConfig {
1414
applicationId "com.readdle.swiftjava.sample"
1515
minSdkVersion 21
16-
targetSdkVersion 27
16+
targetSdkVersion 28
1717
versionCode 1
1818
versionName "1.0"
1919
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

sample/src/main/swift/Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ let package = Package(
5757
products: addGenerated([
5858
]),
5959
dependencies: [
60-
.package(url: "https://github.com/andriydruk/java_swift.git", .exact("2.1.2")),
61-
.package(url: "https://github.com/andriydruk/swift-java.git", .exact("0.1.2")),
62-
.package(url: "https://github.com/andriydruk/swift-java-coder.git", .exact("1.0.2")),
63-
.package(url: "https://github.com/andriydruk/swift-anycodable.git", .exact("1.0.0")),
60+
.package(url: "https://github.com/readdle/java_swift.git", .exact("2.1.2")),
61+
.package(url: "https://github.com/readdle/swift-java.git", .exact("0.1.3")),
62+
.package(url: "https://github.com/readdle/swift-java-coder.git", .exact("1.0.3")),
63+
.package(url: "https://github.com/readdle/swift-anycodable.git", .exact("1.0.0")),
6464
],
6565
targets: addGenerated([
6666
.target(name: packageName, dependencies: ["AnyCodable"])

0 commit comments

Comments
 (0)