Skip to content

Commit b4000ec

Browse files
committed
fix missing R.txt when building.
1 parent afee57b commit b4000ec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
repositories {
5-
mavenCentral()
5+
jcenter()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.2.3'
@@ -13,6 +13,6 @@ buildscript {
1313

1414
allprojects {
1515
repositories {
16-
mavenCentral()
16+
jcenter()
1717
}
1818
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<!-- hack to prevent missing R.txt, it's pretty wired.-->
5+
<string name="android_animations_lib_name">AndroidAnimations</string>
6+
7+
</resources>

0 commit comments

Comments
 (0)