Skip to content

Commit 22625e6

Browse files
committed
Update build script
1 parent 046e0c8 commit 22625e6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

AppStoreLibrary.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</configuration>
99
</facet>
1010
</component>
11-
<component name="NewModuleRootManager" inherit-compiler-output="true">
11+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
1212
<exclude-output />
1313
<content url="file://$MODULE_DIR$">
1414
<excludeFolder url="file://$MODULE_DIR$/.gradle" />

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:1.1.2'
9+
//classpath 'com.android.tools.build:gradle:1.1.2'
10+
classpath 'com.android.tools.build:gradle:1.3.0'
1011
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
1112
classpath 'com.github.dcendents:android-maven-plugin:1.2'
1213
// NOTE: Do not place your application dependencies here; they belong

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':Library', ':Demo'
1+
include 'library', 'demo'

0 commit comments

Comments
 (0)