Skip to content
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

Android: Migrated to new Gradle build sysyem #185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dep/libsoldout-1.3/mkd2latex
dep/libsoldout-1.3/mkd2man
test/*.tst
*.class
dep/libsoldout/depends
12 changes: 12 additions & 0 deletions platform/android/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
allprojects {

repositories {
jcenter()
}

buildscript {
repositories {
jcenter()
}
}
}
19 changes: 0 additions & 19 deletions platform/android/functional-test-tests/AndroidManifest.xml

This file was deleted.

59 changes: 0 additions & 59 deletions platform/android/functional-test-tests/pom.xml

This file was deleted.

14 changes: 0 additions & 14 deletions platform/android/functional-test-tests/project.properties

This file was deleted.

Binary file not shown.
6 changes: 0 additions & 6 deletions platform/android/functional-test-tests/res/values/strings.xml

This file was deleted.

55 changes: 0 additions & 55 deletions platform/android/functional-test/pom.xml

This file was deleted.

15 changes: 0 additions & 15 deletions platform/android/functional-test/project.properties

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions platform/android/functional-test/res/layout/main.xml~

This file was deleted.

This file was deleted.

Binary file not shown.
6 changes: 6 additions & 0 deletions platform/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
Loading