mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Update build.gradle
This commit is contained in:
parent
c6a4bc3b24
commit
d2a954b29b
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ android {
|
|||
|
||||
multiDexEnabled true
|
||||
|
||||
versionCode = 30000001
|
||||
versionName = "3.0.0 RC1"
|
||||
versionCode = 30000002
|
||||
versionName = "3.0.0 RC2"
|
||||
|
||||
// adapt structure from Eclipse to Gradle/Android Studio expectations;
|
||||
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure
|
||||
|
|
Loading…
Reference in a new issue