Skip to content

Commit

Permalink
Update Android Support library version
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmentier committed Apr 21, 2015
1 parent fc52703 commit 42b1943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="slf4j-api-1.7.7" level="project" />
<orderEntry type="library" exported="" name="support-v4-22.0.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-22.0.0" level="project" />
<orderEntry type="library" exported="" name="osmbonuspack_v4.8" level="project" />
<orderEntry type="library" exported="" name="support-v4-22.1.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-22.1.0" level="project" />
<orderEntry type="library" exported="" name="osmdroid-android-4.3" level="project" />
<orderEntry type="library" exported="" name="slf4j-simple-1.7.7" level="project" />
</component>
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {

dependencies {
compile 'org.osmdroid:osmdroid-android:4.3'
compile 'com.android.support:support-v4:22.0.0'
compile 'com.android.support:support-v4:22.1.0'
compile 'org.slf4j:slf4j-simple:1.7.7'
compile files('libs/osmbonuspack_v4.8.jar')
}

0 comments on commit 42b1943

Please sign in to comment.