Skip to content

Commit

Permalink
Removed unnecessary resources, upgraded compile & library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dandalf committed May 19, 2017
1 parent e4c0611 commit ea375e4
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
#Fri May 19 14:06:41 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
12 changes: 2 additions & 10 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
* SOFTWARE.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lotame.android"
android:versionCode="1"
android:versionName="1.0">

<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">

</application>

package="com.lotame.android">
<application />
</manifest>
Binary file removed src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/main/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/main/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
3 changes: 0 additions & 3 deletions src/main/res/values/strings.xml

This file was deleted.

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

This file was deleted.

0 comments on commit ea375e4

Please sign in to comment.