Skip to content

Commit

Permalink
bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Spinelli committed May 28, 2021
1 parent f2475bd commit 08be453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies {
compile localGroovy()
compile gradleApi()
implementation localGroovy()
implementation gradleApi()
}

repositories {
jcenter()
mavenCentral()
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.47
version=0.1.48
android.enableBuildCache=true
org.gradle.jvmargs=-Xmx1536M

2 changes: 1 addition & 1 deletion renderer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ afterEvaluate{

ext {
PUBLISH_GROUP_ID = 'io.github.missioncommand'
PUBLISH_VERSION = '0.1.47'
PUBLISH_VERSION = '0.1.48'
PUBLISH_ARTIFACT_ID = 'mil-sym-android-renderer'
}

Expand Down

0 comments on commit 08be453

Please sign in to comment.