Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit a67f517

Browse files
author
Eric Lange
committed
Updated to LiquidCore 0.4.6
1 parent 379b419 commit a67f517

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 16
1010
targetSdkVersion 26
1111
versionCode 4
12-
versionName "0.4.4"
12+
versionName "0.4.6"
1313
setProperty("archivesBaseName", "LiquidConsoleSurface")
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
@@ -33,7 +33,7 @@ dependencies {
3333
})
3434
implementation 'com.android.support:appcompat-v7:26.1.0'
3535
testImplementation 'junit:junit:4.12'
36-
implementation 'com.github.LiquidPlayer:LiquidCore:0.4.4'
36+
implementation 'com.github.LiquidPlayer:LiquidCore:0.4.6'
3737
}
3838

3939
// build a jar with source files

0 commit comments

Comments
 (0)