Skip to content

Commit ab2b1cf

Browse files
committed
Updated app version and added changelog
- Updated app version from 1.16.9 to 1.17.0 - Added changelog for version 1.17.0 - Fixed update shortcut crash
1 parent f72ec84 commit ab2b1cf

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232

3333
defaultConfig {
3434
applicationId = "com.android.geto"
35-
versionCode = 169
36-
versionName = "1.16.9"
35+
versionCode = 170
36+
versionName = "1.17.0"
3737

3838
// Custom test runner to set up Hilt dependency graph
3939
testInstrumentationRunner = "com.android.geto.common.GetoTestRunner"

app/release-badging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: name='com.android.geto' versionCode='169' versionName='1.16.9' platformBuildVersionName='14' platformBuildVersionCode='34' compileSdkVersion='34' compileSdkVersionCodename='14'
1+
package: name='com.android.geto' versionCode='170' versionName='1.17.0' platformBuildVersionName='14' platformBuildVersionCode='34' compileSdkVersion='34' compileSdkVersionCodename='14'
22
sdkVersion:'24'
33
targetSdkVersion:'34'
44
uses-permission: name='android.permission.FOREGROUND_SERVICE'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
What's new
2+
- Fixed update shortcut crash

0 commit comments

Comments
 (0)