Skip to content

Commit

Permalink
make it buildable, and sync minSdkVersion with MyExpenses
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Dec 8, 2013
1 parent 270b239 commit 264d4b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="9"
android:minSdkVersion="7"
android:targetSdkVersion="17" />

</manifest>
9 changes: 9 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}

apply plugin: 'android-library'

android {
Expand Down

0 comments on commit 264d4b4

Please sign in to comment.