Skip to content

Commit 7eecdac

Browse files
committed
Moving files into proper location for gradle and Android Studio.
1 parent 71ce8b0 commit 7eecdac

File tree

94 files changed

+2
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2
-222
lines changed

app/build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,6 @@ android {
4646
versionName '1.0'
4747
}
4848

49-
sourceSets {
50-
main {
51-
manifest.srcFile 'AndroidManifest.xml'
52-
java.srcDirs = ['src/main/java']
53-
resources.srcDirs = ['src/main/java']
54-
aidl.srcDirs = ['src/main/java']
55-
renderscript.srcDirs = ['src/main/java']
56-
res.srcDirs = ['res']
57-
assets.srcDirs = ['assets']
58-
}
59-
60-
//instrumentTest.setRoot('src/test/java')
61-
}
62-
6349
// signingConfigs {
6450
// release {
6551
// storeFile file(System.getenv('ANDROID_KEYSTORE_PATH'))

app/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
# Project target.
3-
target=android-16
3+
target=android-18

app/pom.xml

Lines changed: 0 additions & 206 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

integration-tests/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
# Project target.
4-
target=android-16
4+
target=android-18

0 commit comments

Comments
 (0)