Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Dec 21, 2024
1 parent 9271edf commit 8f2587d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"distribution": "internal",
"node": "18.18.0",
"env": {
"EXPO_PUBLIC_SETLISTFM_API_KEY": "oO4GcKGJyxA6YLYCCnQCfVcjeggEWCWUnWvZ",
"EXPO_PUBLIC_SPOTIFY_API_KEY": "130bf6dab50c4d209c7a0e608d571ee4",
"EXPO_PUBLIC_APPLE_MUSIC_DEV_TOKEN_ENDPOINT": "https://setlist-sherlock-apple-music-tokens.dylmye.me"
}
},
"preview": {
Expand All @@ -23,6 +26,9 @@
"node": "18.18.0",
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_SETLISTFM_API_KEY": "oO4GcKGJyxA6YLYCCnQCfVcjeggEWCWUnWvZ",
"EXPO_PUBLIC_SPOTIFY_API_KEY": "130bf6dab50c4d209c7a0e608d571ee4",
"EXPO_PUBLIC_APPLE_MUSIC_DEV_TOKEN_ENDPOINT": "https://setlist-sherlock-apple-music-tokens.dylmye.me"
}
}
},
Expand Down
10 changes: 8 additions & 2 deletions metadata/com.dylmye.setlists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ Builds:
subdir: android
gradle:
- 'yes'
- versionName: 1.5.0
versionCode: 25
commit: 1.5.0
subdir: android
gradle:
- true
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.4.2
CurrentVersionCode: 24
CurrentVersion: 1.5.0
CurrentVersionCode: 25
AllowedAPKSigningKeys: f90e81f7e88e4d8c0fa51d9165573aa86ab4cb1384bf94d8bd651e423e7690f6
AntiFeatures: NonFreeNet,TetheredNet
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
}
}
}
}
}

0 comments on commit 8f2587d

Please sign in to comment.