Skip to content

Commit

Permalink
Merge pull request #298 from kyrylo/sdk-readme-update
Browse files Browse the repository at this point in the history
Bump minSdkVersion to 26 in the docs
  • Loading branch information
jayohms authored Jan 2, 2024
2 parents 1f1f7b6 + 71b1cba commit b5ba032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Requirements

1. Android SDK 24+ is required as the `minSdkVersion` in your build.gradle.
1. Android SDK 26+ is required as the `minSdkVersion` in your build.gradle.
1. This library is written entirely in [Kotlin](https://kotlinlang.org/), and your app should use Kotlin as well. Compatibility with Java is not provided or supported.
1. This library supports web apps using either Turbo 7 or Turbolinks 5.
1. `Turbo` (or `Turbolinks`) is exposed on the `window` object on the WebView page being loaded.
Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ See the [latest version](https://search.maven.org/artifact/dev.hotwire/turbo) av
*Note: As of May 1, 2021, artifacts will no longer be released to JCenter, since [it's shutting down](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/).*

## Required `minSdkVersion`
Android SDK 24 (or greater) is required as the `minSdkVersion` in your app module's `build.gradle` file:
Android SDK 26 (or greater) is required as the `minSdkVersion` in your app module's `build.gradle` file:
```groovy
defaultConfig {
minSdkVersion 24
minSdkVersion 26
// ...
}
```
Expand Down

0 comments on commit b5ba032

Please sign in to comment.