Skip to content

Commit 8305142

Browse files
committed
- Update version code and name
- Update changelog file
1 parent 2eb4cef commit 8305142

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.1.5 *(2022-12-03)*
5+
-----------------------------
6+
7+
* Change export path for android 9 or less to be download directory
8+
49
Version 1.1.4 *(2022-10-14)*
510
-----------------------------
611

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.amrdeveloper.linkhub"
1616
minSdkVersion 17
1717
targetSdkVersion rootProject.targetSdkVersion
18-
versionCode 15
19-
versionName "1.1.4"
18+
versionCode 16
19+
versionName "1.1.5"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

2222
javaCompileOptions {

0 commit comments

Comments
 (0)