diff --git a/README.md b/README.md
index 36f1bb1..a6a63cc 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@
* Apple AirPods 1st gen
* Apple AirPods 2nd gen
+* Apple AirPods 3rd gen
* Apple AirPods Pro
* Apple AirPods Max
* Beats X
@@ -82,6 +83,6 @@ along with this program. If not, see .
-Copyright (C) 2021 Federico Dossena
+Copyright (C) 2019-2022 Federico Dossena
AirPods is a trademark of Apple inc.
diff --git a/app/build.gradle b/app/build.gradle
index b26e6d1..7f1c3b4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.dosse.airpods"
minSdkVersion 23
targetSdkVersion 31
- versionCode 19
- versionName '1.7.1'
+ versionCode 20
+ versionName '1.8'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/res/layout-land/activity_main.xml b/app/src/main/res/layout-land/activity_main.xml
index 28cdb1b..b2ca6e3 100644
--- a/app/src/main/res/layout-land/activity_main.xml
+++ b/app/src/main/res/layout-land/activity_main.xml
@@ -52,6 +52,11 @@
android:layout_height="wrap_content"
android:text="@string/airpods1" />
+
+
+
+
Supported devices:
• Apple AirPods 1st gen
• Apple AirPods 2nd gen
+ • Apple AirPods 3rd gen
• Apple AirPods Pro
• Apple AirPods Max
• Beats X
diff --git a/build.gradle b/build.gradle
index df6b3ad..17dc9aa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.2.0'
+ classpath 'com.android.tools.build:gradle:7.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt
new file mode 100644
index 0000000..1998829
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1,2 @@
+* Added support for AirPods 3rd gen
+* Minor changes and improvements
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index f9a2620..590ea9f 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -9,6 +9,7 @@ Features:
Supported devices:
* Apple AirPods 1st gen
* Apple AirPods 2nd gen
+* Apple AirPods 3rd gen
* Apple AirPods Pro
* Apple AirPods Max
* Beats X
@@ -16,4 +17,4 @@ Supported devices:
* Beats Solo 3
* Beats Studio 3
* Powerbeats 3
-* Powerbeats Pro
\ No newline at end of file
+* Powerbeats Pro