Skip to content

Commit

Permalink
Build 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Guyon committed Jan 3, 2017
1 parent 5e614e1 commit d5fef0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -132,7 +132,7 @@ Add the libary dependency to your **APP** build.gradle file

```
dependencies {
compile 'com.github.smart-fun:SmartFonts:1.0.1' // add this line
compile 'com.github.smart-fun:SmartFonts:1.0.2' // add this line
}
```

Expand All @@ -152,9 +152,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Font Licences

Some fonts are embedded in the sample App:

* Souses (Souses.otf) under SIL Open Font License Version 1.1
* Linux Libertine (LinLibertine_R.ttf) under SIL Open Font License Version 1.0
4 changes: 2 additions & 2 deletions smartfontslib/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit d5fef0d

Please sign in to comment.