Skip to content

Commit

Permalink
Added com.google.android.gms.permission.AD_ID and updated version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodrex committed May 21, 2023
1 parent d624788 commit a541af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minSdk = "24"
targetSdk = "33"
compileSdk = "33"
versionCode = "10"
versionCode = "11"
versionName = "1.5.0"
composeCompiler = "1.2.0"

Expand Down
1 change: 1 addition & 0 deletions testomania/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

<application
android:name=".TestomaniaApp"
Expand Down

0 comments on commit a541af8

Please sign in to comment.