Skip to content

Commit

Permalink
Android:升级 unitauto-java 2.8.0, gradle build tool 7.1.2;删除多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Feb 15, 2023
1 parent c7fc278 commit 7d84249
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 278 deletions.
7 changes: 2 additions & 5 deletions UnitAuto-Android/UnitAuto-Apk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
buildTypes {
release {
Expand All @@ -20,14 +18,13 @@ android {
// targetCompatibility JavaVersion.VERSION_1_8
// sourceCompatibility JavaVersion.VERSION_1_8
// }
buildToolsVersion '29.0.0'
}

dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.android.support:support-v4:27.1.1'
api 'com.alibaba:fastjson:1.2.74'
api 'com.alibaba:fastjson:1.2.83'
api 'com.koushikdutta.async:androidasync:2.+'
// 本地或远程依赖,二选一
api files('libs/unitauto-2.7.2.jar')
api files('libs/unitauto-java-2.8.0.jar')
}
Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions UnitAuto-Android/UnitAuto-Apk/local.properties

This file was deleted.

2 changes: 1 addition & 1 deletion UnitAuto-Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api project(':UnitAuto-Apk') // 本地或远程依赖,二选一 api 'com.github.TommyLemon:UnitAuto:2.7.2'
api project(':UnitAuto-Apk') // 本地或远程依赖,二选一 api 'com.github.TommyLemon:UnitAuto:2.8.0'
}
2 changes: 1 addition & 1 deletion UnitAuto-Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:7.1.2'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
Binary file removed UnitAuto-Android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions UnitAuto-Android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

172 changes: 0 additions & 172 deletions UnitAuto-Android/gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions UnitAuto-Android/gradlew.bat

This file was deleted.

0 comments on commit 7d84249

Please sign in to comment.