Skip to content

Commit 083f4e9

Browse files
committed
Lingver 1.2.0
1 parent e845774 commit 083f4e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535
}
3636
3737
dependencies {
38-
implementation "com.github.YarikSOffice:lingver:1.1.0"
38+
implementation "com.github.YarikSOffice:lingver:1.2.0"
3939
}
4040
```
4141

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626
apply plugin: 'kotlin-android'
2727

2828
def versionMajor = 1
29-
def versionMinor = 1
29+
def versionMinor = 2
3030
def versionPatch = 0
3131

3232
android {
@@ -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.

0 commit comments

Comments
 (0)