Skip to content

Commit

Permalink
feat: 修改版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu Jiaji committed Sep 21, 2023
1 parent 7bcca73 commit 8ef2242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
defaultConfig {
applicationId "com.xujiaji.happybubbletest"
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -16,6 +15,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
3 changes: 1 addition & 2 deletions happy-bubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

android {
compileSdkVersion 26

defaultConfig {
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 29

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 8ef2242

Please sign in to comment.