Skip to content

Commit

Permalink
Update rules_kotlin version in examples. (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
iirina authored and jin committed Aug 13, 2019
1 parent 00e1416 commit 2ad7a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/android_kotlin_app/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ android_sdk_repository(name = "androidsdk")

# BEGIN io_bazel_rules_kotlin

RULES_KOTLIN_VERSION = "da1232eda2ef90d4375e2d1677b32c7ddf09e8a1"
RULES_KOTLIN_VERSION = "9051eb053f9c958440603d557316a6e9fda14687"

http_archive(
name = "io_bazel_rules_kotlin",
sha256 = "0bbb0e5e536f0c775f37bded59d4f8cfb8556e6c3d926fcc0f58bf3489bff470",
sha256 = "c36e71eec84c0e17dd098143a9d93d5720e81b4db32bceaf2daf939252352727",
strip_prefix = "rules_kotlin-%s" % RULES_KOTLIN_VERSION,
url = "https://github.com/bazelbuild/rules_kotlin/archive/%s.tar.gz" % RULES_KOTLIN_VERSION,
)
Expand Down

0 comments on commit 2ad7a27

Please sign in to comment.