We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afee57b commit b4000ecCopy full SHA for b4000ec
build.gradle
@@ -2,7 +2,7 @@
2
3
buildscript {
4
repositories {
5
- mavenCentral()
+ jcenter()
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.2.3'
@@ -13,6 +13,6 @@ buildscript {
13
14
allprojects {
15
16
17
18
library/src/main/res/values/strings.xml
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <!-- hack to prevent missing R.txt, it's pretty wired.-->
+ <string name="android_animations_lib_name">AndroidAnimations</string>
+</resources>
0 commit comments