Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2021-02-16 08:25:02 +0300
committerDaniel Schaal <daniel@schaal.email>2021-02-16 08:25:02 +0300
commit82d009dec7d2bdb279a8a6f7424a15f9ee88c528 (patch)
tree319a15470898ed5a924337d6dcde3df3e9349d64
parent90670ce196d32e6896c9b79fc268ef537a2889cb (diff)
Update buildtools to 30.0.3
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 33de31d1..a9867e45 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,7 +29,7 @@ plugins {
android {
compileSdkVersion 30
- buildToolsVersion "30.0.2"
+ buildToolsVersion "30.0.3"
buildFeatures.dataBinding = true