Skip to content

Commit

Permalink
updated jsoup lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-ko committed Apr 5, 2018
1 parent c460440 commit ccf84f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/.DS_Store" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
Expand All @@ -99,7 +100,7 @@
</content>
<orderEntry type="jdk" jdkName="Android API 23 Platform (1)" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="org.jsoup:jsoup:1.8.1@jar" level="project" />
<orderEntry type="library" exported="" name="org.greenrobot:eventbus:3.1.1@jar" level="project" />
<orderEntry type="library" exported="" name="org.jsoup:jsoup:1.11.2@jar" level="project" />
</component>
</module>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
versionCode 26
versionName "1.64"
versionName "1.69"
minSdkVersion 14
targetSdkVersion 23
}
Expand All @@ -21,7 +21,7 @@ android {
}

dependencies {
compile 'org.jsoup:jsoup:1.8.1'
compile 'org.jsoup:jsoup:1.11.2'
// EventBus
compile 'org.greenrobot:eventbus:3.1.1'
//compile 'com.scottyab:secure-preferences-lib:0.1.4'
Expand Down

0 comments on commit ccf84f5

Please sign in to comment.