Increased version to 1.8, updated to latest gradle, updated localization and readme

This commit is contained in:
Federico
2022-07-28 15:09:27 +02:00
parent 535790aab1
commit cd20f99747
8 changed files with 20 additions and 5 deletions
+2 -2
View File
@@ -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"
}
@@ -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"
@@ -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"
+1
View File
@@ -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>