Skip to content

Commit

Permalink
Released 3.1.1 with jetifier support
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Dorfmann committed Dec 17, 2018
1 parent 0b00922 commit 8156446
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ allprojects {
ext {
minSdk = 14
targetSdk = 25
buildToolsVersion = '27.0.1'
compileSdkVersion = 27
buildToolsVersion = '28.0.1'
compileSdkVersion = 28

javaSourceCompatibility = JavaVersion.VERSION_1_7
javaTargetCompatibility = JavaVersion.VERSION_1_7

// Libraries
supportLibVersion = '27.0.2'
supportLibVersion = '28.0.0'
rxjava2Version = '2.0.7'
rxAndroid2Version = '2.0.1'

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=3.1.1
VERSION_CODE=311
VERSION_NAME=3.1.2-SNAPSHOT
VERSION_CODE=312
GROUP=com.hannesdorfmann.mosby3

POM_DESCRIPTION=A Model-View-Presenter library for Android apps
Expand Down

0 comments on commit 8156446

Please sign in to comment.