Skip to content

Commit

Permalink
remove some files
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed Apr 22, 2015
1 parent a0952d0 commit d5019b4
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 130 deletions.
40 changes: 0 additions & 40 deletions app/.gitignore

This file was deleted.

Binary file removed app/app-release.apk
Binary file not shown.
12 changes: 9 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
apply plugin: 'com.android.application'
apply plugin: 'checkstyle'

repositories {
maven {
url "https://jitpack.io"
}
}

dependencies {
compile project(':library')
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.jakewharton:butterknife:6.1.0'
}

Expand All @@ -15,8 +21,8 @@ android {
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
defaultConfig {
applicationId 'com.github.dragger'
versionCode 1
versionName "1.0"
versionCode Integer.parseInt(project.VERSION_CODE)
versionName project.VERSION_NAME
minSdkVersion Integer.parseInt(project.ANDROID_MIN_SDK)
targetSdkVersion Integer.parseInt(project.ANDROID_TARGET_SDK_VERSION)
}
Expand Down
17 changes: 0 additions & 17 deletions app/proguard-rules.pro

This file was deleted.

6 changes: 0 additions & 6 deletions app/res/values-w820dp/dimens.xml

This file was deleted.

4 changes: 1 addition & 3 deletions app/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<resources>

<style name="AppThemeNoActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppThemeNoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryDark">@color/black</item>
<item name="android:textColorPrimary">@color/black</item>
<item name="android:textColorSecondary">@color/black</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowAnimationStyle">@null</item>
</style>

Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"https://www.puppycrawl.com/dtds/configuration_1_2.dtd">

<!-- THIS CHECKSYTLE CONFIGURATION IS SIMILAR TO THE ONE USED BY SQUARE INC. IF YOU WANT TO
CONFIGURE YOUR IDE TO USE THIS CHECKSTYLE TAKE A LOOK AT https://github.com/square/java-code-styles-->
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_NAME=0.1
VERSION_CODE=1
GROUP=com.ppamorim.dragger
GROUP=com.github.dragger

POM_DESCRIPTION=
POM_URL=https://github.com/ppamorim/Dragger
Expand All @@ -13,7 +13,7 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=ppamorim
POM_DEVELOPER_NAME=Pedro Paulo de Amorim

ANDROID_BUILD_TOOLS_VERSION=21.1.2
ANDROID_BUILD_TOOLS_VERSION=22.0.1
ANDROID_COMPILE_SDK_VERSION=22
ANDROID_TARGET_SDK_VERSION=22
ANDROID_MIN_SDK=10
40 changes: 0 additions & 40 deletions library/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'checkstyle'

dependencies {
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.nineoldandroids:library:2.4.0'
}

Expand Down
17 changes: 0 additions & 17 deletions library/proguard-rules.pro

This file was deleted.

0 comments on commit d5019b4

Please sign in to comment.