Skip to content

Commit

Permalink
Increased version to 1.8, updated to latest gradle, updated localizat…
Browse files Browse the repository at this point in the history
…ion and readme
  • Loading branch information
adolfintel committed Jul 28, 2022
1 parent 535790a commit cd20f99
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

* Apple AirPods 1st gen
* Apple AirPods 2nd gen
* Apple AirPods 3rd gen
* Apple AirPods Pro
* Apple AirPods Max
* Beats X
Expand Down Expand Up @@ -82,6 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
&nbsp;
&nbsp;

Copyright (C) 2021 Federico Dossena
Copyright (C) 2019-2022 Federico Dossena

AirPods is a trademark of Apple inc.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/layout-land/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
android:layout_height="wrap_content"
android:text="@string/airpods1" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/airpods3" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
android:layout_height="wrap_content"
android:text="@string/airpods2" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/airpods3" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<string name="supportedDevicesTitle"><u>Supported devices:</u></string>
<string name="airpods1">&#8226; Apple AirPods 1st gen</string>
<string name="airpods2">&#8226; Apple AirPods 2nd gen</string>
<string name="airpods3">&#8226; Apple AirPods 3rd gen</string>
<string name="airpodspro">&#8226; Apple AirPods Pro</string>
<string name="airpodsmax">&#8226; Apple AirPods Max</string>
<string name="beatsx">&#8226; Beats X</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Added support for AirPods 3rd gen
* Minor changes and improvements
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ Features:
Supported devices:
* Apple AirPods 1st gen
* Apple AirPods 2nd gen
* Apple AirPods 3rd gen
* Apple AirPods Pro
* Apple AirPods Max
* Beats X
* Beats Flex
* Beats Solo 3
* Beats Studio 3
* Powerbeats 3
* Powerbeats Pro
* Powerbeats Pro

0 comments on commit cd20f99

Please sign in to comment.