We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb4cef commit 8305142Copy full SHA for 8305142
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+Version 1.1.5 *(2022-12-03)*
5
+-----------------------------
6
+
7
+* Change export path for android 9 or less to be download directory
8
9
Version 1.1.4 *(2022-10-14)*
10
-----------------------------
11
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "com.amrdeveloper.linkhub"
16
minSdkVersion 17
17
targetSdkVersion rootProject.targetSdkVersion
18
- versionCode 15
19
- versionName "1.1.4"
+ versionCode 16
+ versionName "1.1.5"
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
22
javaCompileOptions {
0 commit comments