[PR-24612] Upgrade SDK and App to Android 14 (API 35)#15
[PR-24612] Upgrade SDK and App to Android 14 (API 35)#15
Conversation
Co-authored-by: Taras Dehtiar <dgtv@users.noreply.github.com>
There was a problem hiding this comment.
great job! we just need to fix the versioning. Actually, this is a standard part of the updated and release process so it would be great to have some document with instructions how it should be done, so bot or human can follow it.
Please also improve PR name and add a description tha shows what has beed changed in SDK and App modules. Thanks
gradle.properties
Outdated
| sdk_version_code=42 | ||
| sdk_version_name=0.5.13 |
There was a problem hiding this comment.
@Ararat777 as you've updated the SDK, Code and Name versions need to be updated here (+1, new next version). Also, you need to update all mentions of the version like in README.md file:
Line 27 in 73cc2dd
app/build.gradle
Outdated
| applicationId "com.talkable.appdemo" | ||
| minSdkVersion 21 | ||
| targetSdkVersion 35 | ||
| versionCode 35 |
There was a problem hiding this comment.
as you've moved this configuration to gradle.properties in SDK module, in App module we need to be consistent and move necessary configuration to it too.
Centralize hardcoded build configuration (compileSdk, targetSdk, minSdk, buildTools, versionCode, versionName) into gradle.properties for both SDK and App modules. Bump SDK version to 0.5.14 (code 43) and update README to reference the new version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Related Stories
Summary
SDK Module
compileSdkVersionandtargetSdkVersionfrom 31 to 35buildToolsVersionto 36.0.0buildconfig,nonFinalResIds,nonTransitiveRClass)gradle.propertiesApp Module
compileSdkVersionandtargetSdkVersionfrom 31 to 35minSdkVersionfrom 16 to 21buildToolsVersionto 36.0.0applicationIdfromcom.talkable.demotocom.talkable.appdemogradle.propertiesfor consistency with SDK moduleOther
README.mddependency version to 0.5.14de.mobilej.unmockplugin