Skip to content

[PR-24286] Republish Talkable Android app #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Doimhneacht
Copy link

Related Stories

@dgtv dgtv self-assigned this Apr 25, 2025
build.gradle Outdated
@@ -1,14 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
// Required for sdk version retrieval to work as of Android Studio 4.1.0: https://issuetracker.google.com/issues/158695880
project.ext.set("sdk_version_code", 42)
project.ext.set("sdk_version_name", "0.5.13")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please instead move it to gradle.properties or root-level ext { … } outside buildscript. Here is more detailed explanation:
image

@Doimhneacht Doimhneacht requested a review from dgtv May 2, 2025 13:28
Copy link
Contributor

@dgtv dgtv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!
Please build and provide new SDK and App for QA team for regression.

targetSdkVersion 31
versionCode 34
versionName "0.5.3"
applicationId "com.talkable.demoapp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change it to appdemo as I had to create a new release and used this name

Suggested change
applicationId "com.talkable.demoapp"
applicationId "com.talkable.appdemo"

@dgtv dgtv added the LG Looks good label May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LG Looks good
Development

Successfully merging this pull request may close these issues.

2 participants