feat(release-261): bump version et mise à jour icônes iOS/watch
- Bump version phone: 0.1.0+1 → 0.1.1+2 - Bump version watch: 0.1.0+1 → 0.1.1+301 - Renommage bundle identifier iOS: com.gametime.app → com.idea.gametime - Mise à jour icônes iOS AppIcon (toutes résolutions) - Mise à jour icônes watch launcher et ongoing_gt - Package watch Android: com.gametime.app → com.idea.gametime - Ajout android.useAndroidX=true pour watch app
This commit is contained in:
@ -40,7 +40,7 @@ android {
|
||||
defaultConfig {
|
||||
// Wear OS Data Layer requires matching package names and signatures
|
||||
// across phone and watch APKs.
|
||||
applicationId = "com.gametime.app"
|
||||
applicationId = "com.idea.gametime"
|
||||
minSdk = 30
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
|
||||
@ -6,7 +6,14 @@
|
||||
<path
|
||||
android:fillColor="#080A12"
|
||||
android:pathData="M24,2a22,22 0,1 0,0.1 0z" />
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:fillColor="#C9A24A"
|
||||
android:pathData="M24,6a18,18 0,1 0,0 36a18,18 0,0 0,0 -36zM24,11a13,13 0,1 1,0 26a13,13 0,0 1,0 -26z" />
|
||||
<path
|
||||
android:fillColor="#D72638"
|
||||
android:pathData="M13,12h22v6H22v5h11v6H22v7h-9z" />
|
||||
android:pathData="M22,12h4v12l8,5l-2.4,3.5L22,26z" />
|
||||
<path
|
||||
android:fillColor="#D72638"
|
||||
android:pathData="M13,19h10v4h-6v4h6v4H13zM25,14h12v4h-4v14h-4V18h-4z" />
|
||||
</vector>
|
||||
|
||||
@ -4,6 +4,13 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M5,4h14v3H11v3h7v3h-7v7H5z" />
|
||||
android:pathData="M12,2a10,10 0,1 0,0.1 0zM12,4.6a7.4,7.4 0,1 1,0 14.8a7.4,7.4 0,0 1,0 -14.8z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M8.8,10.4h5.2v1.6h-2v6.2h-1.8V12h-1.4z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M9.9,6.6h1.7v4.1l2.9,1.9l-0.9,1.3L9.9,11.3z" />
|
||||
</vector>
|
||||
|
||||
@ -2,4 +2,5 @@
|
||||
android.builtInKotlin=false
|
||||
# This newDsl flag was added automatically by Flutter migrator
|
||||
android.newDsl=false
|
||||
android.useAndroidX=true
|
||||
org.gradle.java.home=/usr/lib/jvm/java-21-openjdk
|
||||
|
||||
Reference in New Issue
Block a user