Skip to content

Commit

Permalink
update debug apk generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Nov 19, 2017
1 parent 4255781 commit 0846431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion generate-debug-apk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
cd examples/app
./gradlew clean assembleDebug
cp demoapp/build/outputs/apk/demoapp-debug.apk ../../uploadservice-demo-debug.apk
cp demoapp/build/outputs/apk/debug/demoapp-debug.apk ../../uploadservice-demo-debug.apk

0 comments on commit 0846431

Please sign in to comment.