Skip to content

Commit 203854e

Browse files
authored
Merge pull request #69 from sameerasw/develop
Develop
2 parents c732861 + b75d81d commit 203854e

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "com.sameerasw.airsync"
1717
minSdk = 30
1818
targetSdk = 36
19-
versionCode = 18
20-
versionName = "2.3.0"
19+
versionCode = 19
20+
versionName = "2.3.1"
2121

2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
}

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
3636
<uses-permission android:name="android.permission.READ_CONTACTS" />
3737

38-
<permission
39-
android:name="com.sameerasw.permission.ESSENTIALS_AIRSYNC_BRIDGE"
40-
android:protectionLevel="signature" />
4138
<uses-permission android:name="com.sameerasw.permission.ESSENTIALS_AIRSYNC_BRIDGE" />
4239

4340
<application

0 commit comments

Comments
 (0)