Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszpolanski committed Jun 20, 2016
1 parent 3f6b521 commit 507982f
Show file tree
Hide file tree
Showing 37 changed files with 10 additions and 29 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
/.idea/*
.DS_Store
/build
/JUtils/core/build/
/options/core/build/
/captures
/JUtils/local.properties
/options/local.properties
*.iml
/JUtils/.idea
/JUtils/build/*
/JUtils/core/build/*
/JUtils/build/generated
/options/.idea
/options/build/*
/options/core/build/*
/options/build/generated
19 changes: 0 additions & 19 deletions JUtils/JUtils.iml

This file was deleted.

3 changes: 0 additions & 3 deletions JUtils/core/src/main/res/values/strings.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="polanski.jutils">
package="polanski.options">

<application android:allowBackup="true"
android:label="@string/app_name"
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions options/core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">options</string>
</resources>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 507982f

Please sign in to comment.