Skip to content

Commit ffadee4

Browse files
committed
build: add gradle wrapper
1 parent 090ef80 commit ffadee4

6 files changed

Lines changed: 368 additions & 0 deletions

File tree

android/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Tauri Plugin Keystore - Android
2+
3+
Kotlin implementation that interacts with the Android KeyStore and SharedPreferences.
4+
5+
## Build
6+
7+
The Gradle build tool is checked into the repository, so the following command can be executed to build the project:
8+
9+
```shell
10+
./gradlew build
11+
```
12+
13+
> [!NOTE]
14+
> Requires a local Java installation.

android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
android.useAndroidX=true
42.5 KB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
6+
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

android/gradlew

Lines changed: 252 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/gradlew.bat

Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)