From cfd38b51d003661b70b62e2b67b1dee972203d5b Mon Sep 17 00:00:00 2001 From: Geoffrey TAN Date: Tue, 18 Jun 2024 11:51:17 +0200 Subject: [PATCH] Update android gradle plugin --- AdvancedExample/.idea/deploymentTargetSelector.xml | 10 ++++++++++ BasicExample/.idea/deploymentTargetDropDown.xml | 10 ++++++++++ BasicExample/.idea/deploymentTargetSelector.xml | 10 ++++++++++ BasicExample/build.gradle | 4 ++-- CustomFullscreen/.idea/deploymentTargetDropDown.xml | 10 ++++++++++ CustomFullscreen/.idea/deploymentTargetSelector.xml | 10 ++++++++++ CustomFullscreen/build.gradle | 4 ++-- .../.idea/deploymentTargetDropDown.xml | 10 ++++++++++ .../.idea/deploymentTargetSelector.xml | 10 ++++++++++ JetpackNavigationFullscreen/build.gradle | 4 ++-- 10 files changed, 76 insertions(+), 6 deletions(-) create mode 100644 AdvancedExample/.idea/deploymentTargetSelector.xml create mode 100644 BasicExample/.idea/deploymentTargetDropDown.xml create mode 100644 BasicExample/.idea/deploymentTargetSelector.xml create mode 100644 CustomFullscreen/.idea/deploymentTargetDropDown.xml create mode 100644 CustomFullscreen/.idea/deploymentTargetSelector.xml create mode 100644 JetpackNavigationFullscreen/.idea/deploymentTargetDropDown.xml create mode 100644 JetpackNavigationFullscreen/.idea/deploymentTargetSelector.xml diff --git a/AdvancedExample/.idea/deploymentTargetSelector.xml b/AdvancedExample/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/AdvancedExample/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/BasicExample/.idea/deploymentTargetDropDown.xml b/BasicExample/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..0c0c338 --- /dev/null +++ b/BasicExample/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/BasicExample/.idea/deploymentTargetSelector.xml b/BasicExample/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/BasicExample/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/BasicExample/build.gradle b/BasicExample/build.gradle index fd3d478..a3875c1 100644 --- a/BasicExample/build.gradle +++ b/BasicExample/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.0.2' apply false - id 'com.android.library' version '8.0.2' apply false + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' apply false id 'org.jetbrains.kotlin.android' version '1.8.20' apply false } \ No newline at end of file diff --git a/CustomFullscreen/.idea/deploymentTargetDropDown.xml b/CustomFullscreen/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..0c0c338 --- /dev/null +++ b/CustomFullscreen/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/CustomFullscreen/.idea/deploymentTargetSelector.xml b/CustomFullscreen/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/CustomFullscreen/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/CustomFullscreen/build.gradle b/CustomFullscreen/build.gradle index fd3d478..a3875c1 100644 --- a/CustomFullscreen/build.gradle +++ b/CustomFullscreen/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.0.2' apply false - id 'com.android.library' version '8.0.2' apply false + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' apply false id 'org.jetbrains.kotlin.android' version '1.8.20' apply false } \ No newline at end of file diff --git a/JetpackNavigationFullscreen/.idea/deploymentTargetDropDown.xml b/JetpackNavigationFullscreen/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..0c0c338 --- /dev/null +++ b/JetpackNavigationFullscreen/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/JetpackNavigationFullscreen/.idea/deploymentTargetSelector.xml b/JetpackNavigationFullscreen/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/JetpackNavigationFullscreen/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/JetpackNavigationFullscreen/build.gradle b/JetpackNavigationFullscreen/build.gradle index 9814521..1b9f704 100644 --- a/JetpackNavigationFullscreen/build.gradle +++ b/JetpackNavigationFullscreen/build.gradle @@ -9,7 +9,7 @@ buildscript { } plugins { - id 'com.android.application' version '8.0.2' apply false - id 'com.android.library' version '8.0.2' apply false + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' apply false id 'org.jetbrains.kotlin.android' version '1.8.20' apply false } \ No newline at end of file