File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
3535}
3636
3737dependencies {
38- implementation "com.github.YarikSOffice:lingver:1.1 .0"
38+ implementation "com.github.YarikSOffice:lingver:1.2 .0"
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626apply plugin : ' kotlin-android'
2727
2828def versionMajor = 1
29- def versionMinor = 1
29+ def versionMinor = 2
3030def versionPatch = 0
3131
3232android {
@@ -35,7 +35,7 @@ android {
3535 defaultConfig {
3636 minSdkVersion 14
3737 targetSdkVersion 29
38- versionCode 2
38+ versionCode 3
3939 versionName versionMajor + " ." + versionMinor + " ." + versionPatch
4040 }
4141 // TODO replace with https://issuetracker.google.com/issues/72050365 once released.
You can’t perform that action at this time.
0 commit comments