Skip to content

Commit

Permalink
Version 1.2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed Jan 14, 2018
1 parent 036f52d commit d205450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion '27.0.2'
buildToolsVersion '27.0.3'

defaultConfig {
applicationId "ua.naiksoftware.j2meloader"
minSdkVersion 14
targetSdkVersion 27
versionCode 17
versionName "1.2.6.1"
versionCode 18
versionName "1.2.6.2"
setProperty("archivesBaseName", "J2ME_Loader-$versionName")
ndk {
abiFilters 'x86', 'armeabi-v7a'
Expand Down

0 comments on commit d205450

Please sign in to comment.