Fix path to constants.gradle

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164095350
This commit is contained in:
andrewlewis 2017-08-03 01:51:50 -07:00 committed by Oliver Woodman
parent a5f9f40bf0
commit 81cbd7348f

View File

@ -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 {