Skip to content

Commit

Permalink
Version 2.2 targeting Android 6 Marshmallow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopatricio committed Oct 20, 2015
1 parent 26380c6 commit dc67273
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion '23.0.0'
compileSdkVersion 23
buildToolsVersion '23.0.1'
defaultConfig {
applicationId 'pt.samp.scrumCards'
minSdkVersion 15
targetSdkVersion 21
versionCode 12
versionName '2.1'
targetSdkVersion 23
versionCode 13
versionName '2.2'
}
buildTypes {
release {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<application
android:icon="@drawable/icon"
android:label="@string/app_name"
android:allowBackup="true" >
android:allowBackup="true"
android:fullBackupContent="true" >
<activity
android:label="@string/app_name"
android:name=".CardSelectorActivity" >
Expand Down
Binary file added publish/ScrumCards.v2.2.apk
Binary file not shown.
Binary file modified publish/graphics/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified publish/graphics/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified publish/graphics/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified publish/graphics/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc67273

Please sign in to comment.