Skip to content

Commit

Permalink
Merge pull request #131 from pachi81/develop
Browse files Browse the repository at this point in the history
Try to match google policies...
  • Loading branch information
pachi81 committed Feb 21, 2024
2 parents e5cc3e5 + e5f9bff commit 46b5b0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}

project.ext.set("versionCode", 21)
project.ext.set("versionCode", 22)
project.ext.set("versionName", "0.9.9")
project.ext.set("compileSdk", 34)
project.ext.set("targetSdk", 33)
project.ext.set("minSdk", 26)
project.ext.set("releasePath", "D:/Daten/Michel/OneDrive/Projekte/Release")
project.ext.set("releasePath", "D:/Daten/Michel/OneDrive/Projekte/Release")
2 changes: 1 addition & 1 deletion wear/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
Expand Down

0 comments on commit 46b5b0d

Please sign in to comment.