Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 1b4e093

Browse files
author
Frédéric Julian
committed
v2.5.0
1 parent c81fd58 commit 1b4e093

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "net.frju.flym"
1414
minSdkVersion 21
1515
targetSdkVersion 30
16-
versionCode 33
17-
versionName "2.4.0"
16+
versionCode 34
17+
versionName "2.5.0"
1818
}
1919

2020
compileOptions {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.0'
4+
ext.kotlin_version = '1.4.10'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)