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

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2022-04-11 11:58:37 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-04-11 11:58:37 +0300
commite3cae4cb1d4bb72e53ca103f53cae5924c6d0aa1 (patch)
treed023bb756e31b3bb0f4e48f91263e91367fa2fe3
parenteb9f6653ad56ee1bb35e0dc3c613f8df9c227035 (diff)
bump agp
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 766ac5e94..85d62121c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.1.2'
+ classpath 'com.android.tools.build:gradle:7.1.3'
}
}