Skip to content

Commit

Permalink
weird permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Jan 30, 2024
1 parent bc9f12b commit ec62be2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />
<uses-permission
android:name="android:name = android.permission.ACCESS_ADSERVICES_AD_ID"
tools:node="remove" />
<uses-permission
android:name="android.permission.READ_PHONE_STATE"
tools:node="remove" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ androidTargetSdk = "34"
androidCompileSdk = "34"

versionName = "2.6.0"
versionCode = "115"
versionCode = "116"

jvmTarget = "17"
compose-compiler = "1.5.8"
Expand Down

0 comments on commit ec62be2

Please sign in to comment.