Skip to content

Commit

Permalink
[AN] deploy: v1.0.0 업데이트 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange authored Oct 24, 2024
1 parent 0b9fc31 commit 20173f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.happy.friendogly
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
track: "Beta-version"
track: "production"
5 changes: 0 additions & 5 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
android:enabled="true"
android:exported="false"
android:foregroundServiceType="location" />

<receiver
android:name=".presentation.ui.playground.service.PlaygroundLocationReceiver"
android:enabled="true"
android:exported="false" />
</application>

</manifest>
6 changes: 3 additions & 3 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ applicationId = "com.happy.friendogly"
compileSdk = "34"
minSdk = "26"
targetSdk = "34"
versionCode = "13"
versionName = "0.4.1"
versionCode = "14"
versionName = "1.0.0"

agp = "8.3.0"
kotlin = "1.9.21"
Expand Down Expand Up @@ -179,4 +179,4 @@ kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", vers
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
android-junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "android-junit5" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }

0 comments on commit 20173f3

Please sign in to comment.