Skip to content

Commit

Permalink
update quickstart.md and android integration test to alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia authored and ting-yuan committed Feb 26, 2021
1 parent c53556a commit 1d51ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quickstart

[Here's](https://github.com/google/ksp/releases/download/1.4.30-1.0.0-alpha02/playground.zip) a sample processor that you can check out.
[Here's](https://github.com/google/ksp/releases/download/1.4.30-1.0.0-alpha03/playground.zip) a sample processor that you can check out.

## Create a processor of your own

Expand Down Expand Up @@ -36,7 +36,7 @@
}
dependencies {
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.30-1.0.0-alpha02")
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.30-1.0.0-alpha03")
}
```

Expand Down Expand Up @@ -84,7 +84,7 @@

```
plugins {
id("com.google.devtools.ksp") version "1.4.30-1.0.0-alpha02"
id("com.google.devtools.ksp") version "1.4.30-1.0.0-alpha03"
kotlin("jvm")
}
Expand Down Expand Up @@ -120,7 +120,7 @@

```groovy
plugins {
id "com.google.devtools.ksp" version "1.4.30-1.0.0-alpha02"
id "com.google.devtools.ksp" version "1.4.30-1.0.0-alpha03"
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlinVersion=1.4.30
kspVersion=1.4.30-1.0.0-alpha02
kspVersion=1.4.30-1.0.0-alpha03
agpVersion=4.2.0-beta04

0 comments on commit 1d51ace

Please sign in to comment.