fix CI build

Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
This commit is contained in:
Re4son 2020-11-29 13:18:35 +11:00
parent be293ccc55
commit f86b69bee8
No known key found for this signature in database
GPG Key ID: B124ED68AA07EFA9
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
image: jangrewe/gitlab-ci-android:29
image: jangrewe/gitlab-ci-android
stages:
- build
@ -84,4 +84,4 @@ assembleReleaseManual:
cache:
key: ${CI_PROJECT_ID}
paths:
- .gradle/
- .gradle/

View File

@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:3.4.0'
}
}
@ -20,9 +20,9 @@ allprojects {
}
ext {
compileSdkVersion=29
compileSdkVersion=28
minSdkVersion=14
targetSdkVersion=29
targetSdkVersion=28
//version=YYYYMMVVRR (Either "VV" for stable version OR "RR" for pre-release candidate (e.g. 0001 for rc1)
versionCode=2020040100
versionName="2020.4"

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:3.4.0'
}
}
apply plugin: 'com.android.library'
@ -66,4 +66,4 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:support-annotations:28.0.0'
}
}