Skip to content

Commit

Permalink
Release v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikkila committed Oct 9, 2014
1 parent 648cdd3 commit c5e8a7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ android {
applicationId "fi.aalto.legroup.achso"
minSdkVersion 11
targetSdkVersion 19
versionCode 15
versionName "0.9.10"
}

buildTypes {
Expand All @@ -29,6 +27,10 @@ android {
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fi.aalto.legroup.achso" >
package="fi.aalto.legroup.achso"
android:versionCode="16"
android:versionName="0.10.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit c5e8a7c

Please sign in to comment.