Commit 81cbd734 by andrewlewis Committed by Oliver Woodman

Fix path to constants.gradle

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164095350
parent a5f9f40b
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply from: '../constants.gradle'
apply from: '../../constants.gradle'
apply plugin: 'com.android.application'
android {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment