Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
timfreiheit committed Oct 28, 2017
1 parent 0dd2358 commit a5e667f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ buildscript {
}
dependencies {
// classpath project(":plugin")
classpath 'de.timfreiheit.resourceplaceholders:plugin:0.1'
// classpath 'com.github.timfreiheit:ResourcesPlaceholderPlugin:0.1'
// classpath 'de.timfreiheit.resourceplaceholders:plugin:0.1'
// classpath 'com.github.timfreiheit:ResourcesPlaceholderPlugin:0.1'
}
}

apply plugin: 'com.android.application'

// Make sure to apply this plugin *after* the Android plugin
apply plugin: 'de.timfreiheit.resourceplaceholders.plugin'
//apply plugin: 'de.timfreiheit.resourceplaceholders.plugin'

android {
compileSdkVersion 26
Expand Down Expand Up @@ -46,9 +46,9 @@ android {

}

resourcePlaceholders {
files = ['xml/shortcuts.xml']
}
//resourcePlaceholders {
// files = ['xml/shortcuts.xml']
//}

dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
Expand Down

0 comments on commit a5e667f

Please sign in to comment.