Skip to content

Commit f5a5c63

Browse files
committed
Version bump v1.14.1 (48)
kotlin-stdlib no longer needed
1 parent c2ba763 commit f5a5c63

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 1.14.1
3+
* Armenian translation by [tigrank08](https://crowdin.com/profile/tigrank08)
4+
* Unnecessary empty folder Pictures was created [#94](https://github.com/cvzi/ScreenshotTile/issues/94)
25

36
## 1.14.0
47
* Polish translation by [@gnu-ewm](https://github.com/gnu-ewm) and [@chuckmichael](https://github.com/chuckmichael)

β€Žapp/build.gradleβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "com.github.cvzi.screenshottile"
2323
minSdkVersion 24
2424
targetSdkVersion 30
25-
versionCode 47
26-
versionName "1.14.0"
25+
versionCode 48
26+
versionName "1.14.1"
2727
}
2828
buildTypes {
2929
release {
@@ -57,7 +57,6 @@ android {
5757

5858
dependencies {
5959
implementation fileTree(include: ['*.jar'], dir: 'libs')
60-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
6160
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1-native-mt'
6261
implementation 'androidx.annotation:annotation:1.2.0'
6362
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.5.21'
43
repositories {
54
google()
65
}
76
dependencies {
87
classpath 'com.android.tools.build:gradle:7.0.0'
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
8+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
109
}
1110
}
1211

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
πŸ› Bugfix: Unnecessary empty folder Pictures was created
2+
πŸ‡¦πŸ‡² Armenian translation by tigrank08

0 commit comments

Comments
Β (0)