Compare commits

...

2 Commits
v0.3 ... master

Author SHA1 Message Date
Max Ammann d5712e845a
Update version code to 4 2018-11-02 16:50:40 +01:00
Max Ammann 53cc698bd0
Move google repository to first position
see https://gitlab.com/fdroid/fdroiddata/issues/1423
2018-10-28 11:37:05 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "max.music_cyclon"
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.3.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

View File

@ -2,8 +2,8 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
@ -12,6 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}