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

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
- Bump version to 1.2.0
- Use com.android.application plugin
  • Loading branch information
xiprox committed Aug 20, 2015
1 parent 2b6381f commit c78dc91
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions WaniKani/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'android'
apply plugin: 'com.android.application'

buildscript {
repositories {
mavenLocal()
Expand All @@ -9,15 +10,16 @@ buildscript {
classpath 'com.android.tools.build:gradle:1.3.0'
}
}

android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion '20.0.0'

defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 8
versionName "1.1.1"
targetSdkVersion 22
versionCode 9
versionName "1.2.0"
}

buildTypes {
Expand All @@ -40,7 +42,7 @@ android {
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets'] \
assets.srcDirs = ['assets'] \

}

Expand Down

0 comments on commit c78dc91

Please sign in to comment.