Skip to content

Commit

Permalink
Merge pull request #48 from orhanobut/refactor
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
orhanobut committed Oct 6, 2015
2 parents 8a60376 + dae9008 commit 63257eb
Show file tree
Hide file tree
Showing 34 changed files with 669 additions and 536 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ notifications:
sudo: false

script:
- ./gradlew test
- ./gradlew build
26 changes: 0 additions & 26 deletions app/build.gradle

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions app/src/main/AndroidManifest.xml

This file was deleted.

71 changes: 0 additions & 71 deletions app/src/main/java/com/orhanobut/loggersample/Dummy.java

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/main/java/com/orhanobut/loggersample/Foo.java

This file was deleted.

61 changes: 0 additions & 61 deletions app/src/main/java/com/orhanobut/loggersample/MainActivity.java

This file was deleted.

17 changes: 0 additions & 17 deletions app/src/main/res/layout/activity_main.xml

This file was deleted.

9 changes: 0 additions & 9 deletions app/src/main/res/menu/menu_main.xml

This file was deleted.

Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
6 changes: 0 additions & 6 deletions app/src/main/res/values-w820dp/dimens.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/values/dimens.xml

This file was deleted.

6 changes: 0 additions & 6 deletions app/src/main/res/values/strings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/main/res/values/styles.xml

This file was deleted.

30 changes: 12 additions & 18 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
version = VERSION_NAME
group = GROUP

repositories {
jcenter()
}
repositories {
jcenter()
}
}
Loading

0 comments on commit 63257eb

Please sign in to comment.