mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] 5.0.12 LTS
This commit is contained in:
parent
f9744d98ca
commit
a1eec514bd
2 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ public final class Version {
|
|||
public final Type release;
|
||||
public static final int MAJOR = 5;
|
||||
public static final int MINOR = 0;
|
||||
public static final int PATCH = 11;
|
||||
public static final int PATCH = 12;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Type.BETA;
|
||||
public static final Version.Type RELEASE = Type.LTS;
|
||||
|
||||
@LauncherAPI
|
||||
public Version(int major, int minor, int patch) {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
id 'signing'
|
||||
}
|
||||
group = 'pro.gravit.launcher'
|
||||
version = '5.0.10'
|
||||
version = '5.0.12'
|
||||
|
||||
configure(subprojects.findAll { it.name != 'modules' }) {
|
||||
apply plugin: 'idea'
|
||||
|
|
Loading…
Reference in a new issue