Sfoglia il codice sorgente

Reset to snapshot version

Luke Taylor 14 anni fa
parent
commit
2487a3e27b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,7 +1,7 @@
 apply plugin: 'base'
 
 allprojects {
-    version = '3.1.0.M2'
+    version = '3.1.0-SNAPSHOT'
     releaseBuild = version.endsWith('RELEASE')
     snapshotBuild = version.endsWith('SNAPSHOT')