Skip to content

Commit 27fe042

Browse files
committed
removed unneeded files from debug project
1 parent 38b7ae3 commit 27fe042

File tree

11 files changed

+9
-611
lines changed

11 files changed

+9
-611
lines changed

core/debug/app/app.iml

Lines changed: 0 additions & 140 deletions
This file was deleted.

core/debug/app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ android {
2727
dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
2929
testImplementation 'junit:junit:4.12'
30-
implementation 'com.google.android.support:wearable:2.1.0'
31-
implementation 'com.google.android.wearable:wearable:2.1.0'
3230
implementation project(':libs:processing-core')
33-
implementation 'com.android.support:appcompat-v7:27.0.2'
31+
implementation 'com.android.support:appcompat-v7:26.0.2'
3432
}

core/debug/app/proguard-rules.pro

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/debug/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.2'
9+
classpath 'com.android.tools.build:gradle:3.1.3'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
@@ -15,6 +15,11 @@ buildscript {
1515

1616
allprojects {
1717
repositories {
18+
// There is a problem in JCenter with some Android pacakges, using the following maven repo
19+
// fixes the issue:
20+
// https://stackoverflow.com/questions/50563338/could-not-find-runtime-jar-android-arch-lifecycleruntime1-0-0/50564224
21+
maven { url "https://maven.google.com" }
22+
1823
jcenter()
1924
google()
2025
}

core/debug/debug.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

core/debug/gradle.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)