Skip to content

Commit 9518ebc

Browse files
chore: Update Gradle version
1 parent 7ef45eb commit 9518ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ allprojects {
8383
apply plugin: 'idea'
8484

8585
group = 'org.microg.gms'
86-
ext.appVersionName = '6.1.0'
87-
ext.appVersionCode = 255034000
86+
ext.appVersionName = '6.1.1'
87+
ext.appVersionCode = 255034001
8888
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
8989
version = ext.appVersionName
9090
ext.isReleaseVersion = false

0 commit comments

Comments
 (0)