Update compile sdk
This commit is contained in:
@@ -18,8 +18,8 @@ android:
|
||||
components:
|
||||
- tools
|
||||
- platform-tools
|
||||
- build-tools-28.0.3
|
||||
- android-28
|
||||
- build-tools-29.0.2
|
||||
- android-29
|
||||
- extra-google-m2repository
|
||||
- extra-android-m2repository
|
||||
licenses:
|
||||
@@ -29,6 +29,7 @@ android:
|
||||
|
||||
before_install:
|
||||
- yes | sdkmanager "platforms;android-28"
|
||||
- yes | sdkmanager "platforms;android-29"
|
||||
|
||||
script:
|
||||
- ./gradlew clean build --stacktrace
|
||||
@@ -41,7 +42,7 @@ before_deploy:
|
||||
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore $HOME/gotify-release-key.jks
|
||||
-storepass $STOREPASS -keypass $KEYPASS app-release-unsigned.apk gotify-release-key
|
||||
- jarsigner -verify app-release-unsigned.apk
|
||||
- "${ANDROID_HOME}/build-tools/28.0.3/zipalign -v 4 app-release-unsigned.apk Gotify.apk"
|
||||
- "${ANDROID_HOME}/build-tools/29.0.2/zipalign -v 4 app-release-unsigned.apk Gotify.apk"
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
||||
@@ -4,11 +4,11 @@ plugins {
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
applicationId "com.github.gotify"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
versionCode 10
|
||||
versionName "2.0.7"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user