Skip to content

Commit 2004b74

Browse files
committed
Update app version code and name
1 parent a03b21e commit 2004b74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ android {
1515
applicationId "com.amrdeveloper.linkhub"
1616
minSdkVersion 17
1717
targetSdkVersion rootProject.targetSdkVersion
18-
versionCode 18
19-
versionName "1.2.0"
18+
versionCode 19
19+
versionName "1.3.0"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

2222
javaCompileOptions {
2323
annotationProcessorOptions {
2424
arguments += [
2525
"room.schemaLocation" : "$projectDir/schemas".toString(),
2626
"room.incremental" : "true",
27-
"room.expandProjection": "true"]
27+
"room.expandProjection": "true"
28+
]
2829
}
2930
}
3031

0 commit comments

Comments
 (0)