-
Notifications
You must be signed in to change notification settings - Fork 0
[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
base: master
Are you sure you want to change the base?
Conversation
07746d8
to
4fc268f
Compare
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") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app/src/androidTest/java/com/talkable/demo/ApplicationTest.java
Outdated
Show resolved
Hide resolved
4fc268f
to
fa7ab2c
Compare
There was a problem hiding this 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" |
There was a problem hiding this comment.
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
applicationId "com.talkable.demoapp" | |
applicationId "com.talkable.appdemo" |
Related Stories