aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreuxane2024-09-18 23:41:13 +0200
committereuxane2024-09-18 23:41:13 +0200
commit6b0397c56891a9ff3f4da3adafb4cea1520515eb (patch)
treedd5d56c72fec47049744eb32edacc45c9548aef6
parent283b0650a702f57f052024c4ff82bef5cb7e7318 (diff)
downloadtincapp-6b0397c56891a9ff3f4da3adafb4cea1520515eb.tar.gz
project: remove deprecated kotlin-android-extensions plugin
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6fe715c..f7aaa6a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,7 +19,6 @@
19plugins { 19plugins {
20 id 'com.android.application' 20 id 'com.android.application'
21 id 'kotlin-android' 21 id 'kotlin-android'
22 id 'kotlin-android-extensions'
23 id 'kotlin-kapt' 22 id 'kotlin-kapt'
24 id 'com.github.triplet.play' version '2.1.0' 23 id 'com.github.triplet.play' version '2.1.0'
25} 24}