Skip to content

Commit

Permalink
publish 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Apr 16, 2021
1 parent b6f3c73 commit 783dcfa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions agentweb-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 14
targetSdkVersion TARGET_SDK_VERSION.toInteger()
versionCode 2
versionName "4.1.3"
versionName "4.1.5"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down Expand Up @@ -38,8 +38,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
// compileOnly 'com.download.library:downloader-androidx:4.1.4'
compileOnly 'com.github.Justson:Downloader:v4.1.4-androidx'
compileOnly 'com.download.library:downloader-androidx:4.1.4'
// compileOnly 'com.github.Justson:Downloader:v4.1.4-androidx'
compileOnly 'com.google.android.material:material:1.0.0'
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
compileOnly fileTree(include: ['*.jar'], dir: 'providedLibs')
Expand All @@ -48,7 +48,7 @@ publish {
userOrg = 'just'
groupId = 'com.just.agentweb'
artifactId = 'agentweb-androidx'
publishVersion = '4.1.4'
publishVersion = '4.1.5'
desc = 'very easy to build you web page'
website = "https://github.com/Justson/AgentWeb"

Expand Down
4 changes: 2 additions & 2 deletions agentweb-filechooser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion TARGET_SDK_VERSION.toInteger()
versionCode 2
versionName "4.1.3"
versionName "4.1.5"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down Expand Up @@ -42,7 +42,7 @@ publish {
userOrg = 'just'
groupId = 'com.just.agentweb'
artifactId = 'filechooser-androidx'
publishVersion = '4.1.4'
publishVersion = '4.1.5'
desc = 'very easy to build you web page'
website = "https://github.com/Justson/AgentWeb"

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COMPILE_SDK_VERSION=28
BUILD_TOOL_VERSION=28.0.3
SUPPORT_LIB_VERSION=28.0.0
TARGET_SDK_VERSION=30
android.useAndroidX=true
android.enableJetifier=true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Expand Down
12 changes: 6 additions & 6 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 19
targetSdkVersion TARGET_SDK_VERSION.toInteger()
versionCode 4
versionName "4.1.4"
versionName "4.1.5"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
signingConfigs {
Expand Down Expand Up @@ -58,11 +58,11 @@ dependencies {
testCompile 'junit:junit:4.12'
compile project(':agentweb-core')
compile project(':agentweb-filechooser')
// implementation 'com.download.library:downloader-androidx:4.1.4'
implementation 'com.github.Justson:Downloader:v4.1.4-androidx'
// implementation'com.download.library:Downloader:4.1.4'
// implementation 'com.just.agentweb:agentweb:4.1.3'
// implementation 'com.just.agentweb:filechooser:4.1.3'
implementation 'com.download.library:downloader-androidx:4.1.4'
// implementation 'com.github.Justson:Downloader:v4.1.4'
// implementation'com.download.library:Downloader:4.1.5'
// implementation 'com.just.agentweb:agentweb:4.1.5'
// implementation 'com.just.agentweb:filechooser:4.1.5'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
Expand Down

0 comments on commit 783dcfa

Please sign in to comment.