File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
5858dependencies {
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'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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:$k otlin_version "
8+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21 "
109 }
1110}
1211
Original file line number Diff line number Diff line change 1+ π Bugfix: Unnecessary empty folder Pictures was created
2+ π¦π² Armenian translation by tigrank08
You canβt perform that action at this time.
0 commit comments