Browse Source

bump version to 3.3.0 alpha1

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 năm trước cách đây
mục cha
commit
57f901bee6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -59,9 +59,9 @@ repositories {
 
 // semantic versioning for version code
 def versionMajor = 3
-def versionMinor = 1
+def versionMinor = 3
 def versionPatch = 0
-def versionBuild = 51 // 0-49=Alpha / 50-98=RC / 99=stable
+def versionBuild = 0 // 0-49=Alpha / 50-98=RC / 99=stable
 
 android {
     lintOptions {