File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,7 @@ cache:
1313 - " $HOME/.gradle/wrapper/"
1414script :
1515- " ./gradlew exportVersion --daemon"
16- # The plugin will build it and publish it, we currently don't have
17- # a way to upload an existing apk.
18- # See https://github.com/Triple-T/gradle-play-publisher/issues/360
19- - chmod a+x ./tools/ci_build.sh
20- - ./tools/ci_build.sh
16+ - ./gradlew :app:assembleRelease --daemon --parallel
2117before_install :
2218- yes | sdkmanager "platforms;android-28"
2319- chmod a+x gradlew
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ buildscript {
66 dependencies {
77 classpath ' com.android.tools.build:gradle:3.6.1'
88 classpath ' com.google.android.gms:oss-licenses-plugin:0.9.4'
9- classpath " com.github.triplet.gradle:play-publisher:2.0.0-rc2"
109 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1110 }
1211}
@@ -17,16 +16,6 @@ apply plugin: 'kotlin-android'
1716apply plugin : ' kotlin-kapt'
1817apply plugin : ' com.google.android.gms.oss-licenses-plugin'
1918
20- if (file(" play-store-api.json" ). exists()) {
21- apply plugin : ' com.github.triplet.play'
22- play {
23- serviceAccountCredentials = file(" play-store-api.json" )
24- track = " beta"
25- userFraction = 1.0
26- resolutionStrategy = " ignore"
27- }
28- }
29-
3019def xmpushProperties = new Properties ()
3120def conf = project. file(" xmpush.properties" )
3221if (conf. exists()) xmpushProperties. load(conf. newDataInputStream())
You can’t perform that action at this time.
0 commit comments