We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c732861 + b75d81d commit 203854eCopy full SHA for 203854e
2 files changed
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "com.sameerasw.airsync"
17
minSdk = 30
18
targetSdk = 36
19
- versionCode = 18
20
- versionName = "2.3.0"
+ versionCode = 19
+ versionName = "2.3.1"
21
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
}
app/src/main/AndroidManifest.xml
@@ -35,9 +35,6 @@
35
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
36
<uses-permission android:name="android.permission.READ_CONTACTS" />
37
38
- <permission
39
- android:name="com.sameerasw.permission.ESSENTIALS_AIRSYNC_BRIDGE"
40
- android:protectionLevel="signature" />
41
<uses-permission android:name="com.sameerasw.permission.ESSENTIALS_AIRSYNC_BRIDGE" />
42
43
<application
0 commit comments