Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Bump app version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Oct 26, 2014
1 parent e9290d7 commit d5265c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 0 additions & 8 deletions WaniKani/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="tr.xip.wanikani">

<!--
Little nice trick to get L support libraries working in older Android versions.
More info at
http://www.reddit.com/r/androiddev/comments/297xli/howto_use_the_v21_support_libs_on_older_versions
-->
<uses-sdk tools:node="replace" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

Expand Down
7 changes: 2 additions & 5 deletions WaniKani/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ buildscript {
}
}
android {
// In order to be able to use 21 you need to have the following modified platform directory
// in your SDK/platforms directory
// https://docs.google.com/file/d/0B3kP5OEGFYUBZWxacV9jVjVKOGs
compileSdkVersion 21
buildToolsVersion '20.0.0'

defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 6
versionName "1.0.3"
versionCode 7
versionName "1.1.0"
}

buildTypes {
Expand Down

0 comments on commit d5265c1

Please sign in to comment.