-
Notifications
You must be signed in to change notification settings - Fork 4
Master v20.0 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master-v19.0
Are you sure you want to change the base?
Master v20.0 #35
Changes from 16 commits
cb66521
e09c296
18ec461
e1e759b
41d494d
59e7512
5a08ad1
875aa20
88e272a
ddb4e4c
e4a97b7
a854f43
25af2b1
a8d9c2e
e4d2d39
080dfeb
b972653
36e7669
813ddab
f807e66
799e9d8
6f41324
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,19 @@ | ||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
| buildscript { | ||
| repositories { | ||
| google() | ||
| jcenter() | ||
| } | ||
| dependencies { | ||
| classpath 'com.android.tools.build:gradle:2.2.3' | ||
| classpath 'com.google.gms:google-services:3.0.0' | ||
| classpath 'com.android.tools.build:gradle:3.1.0' | ||
| classpath 'com.google.gms:google-services:3.1.0' | ||
| } | ||
| } | ||
|
|
||
| allprojects { | ||
| repositories { | ||
| google() | ||
| mavenCentral() | ||
| jcenter() | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| #Wed Apr 10 15:27:10 PDT 2013 | ||
| #Mon Mar 26 15:22:25 PDT 2018 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,11 +12,11 @@ printf "apiSecret=bc1e89c576f18f877c98d2ca8a922096ef5415a8b5023e922eb6b2c474a455 | |
| sudo ln -sf /Users/opsadmin/Library/Android/sdk /usr/local/android-sdk-linux | ||
| # Compile Apps | ||
| # Clean dependencies so latest Skillz SDK is fetched | ||
| ./gradlew --refresh-dependencies | ||
| #./gradlew --refresh-dependencies | ||
|
||
|
|
||
| # Move theme for VC, and compile | ||
| mv "${WORKSPACE}/themes/custom_theme-cr-vc.json" "${WORKSPACE}/Android/3D Cave Runner - Android Studio/app/src/main/assets/custom_theme.json" | ||
| ./gradlew clean :app:assembleVconlyRelease :app:crashlyticsUploadDistributionVconlyRelease | ||
| ./gradlew --refresh-dependencies clean :app:assembleVconlyRelease :app:crashlyticsUploadDistributionVconlyRelease | ||
|
|
||
| # Move theme for Full, and compile | ||
| mv "${WORKSPACE}/themes/custom_theme-cr-full.json" "${WORKSPACE}/Android/3D Cave Runner - Android Studio/app/src/main/assets/custom_theme.json" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think these need to match, but according to greg you should be taking this line out anyways... not sure