Skip to content

Commit

Permalink
add release version_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYuhb committed Apr 19, 2023
1 parent be382f4 commit 4a45852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id 'com.android.application'
}
apply plugin: 'com.xiaoyu.imgoptimizer.plugin'
/*apply plugin: 'com.xiaoyu.imgoptimizer.plugin'
optimizerOptions {
triggerSize 6
type "lossless"
suffix ""
fileFilters = ["mmpic.png","aaa.png"]
}
}*/
android {
compileSdkVersion 29
//buildToolsVersion "33.0.0"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
//classpath "com.xiaoyu:img-optimizer:1.0.1"
def imgOptVersion = "v1.0.1";
/*def imgOptVersion = "v1.0.1";
if(isSnapShot){
imgOptVersion += "-SNAPSHOT"
}
classpath "com.xiaoyu:img-optimizer:${imgOptVersion}"
classpath "com.xiaoyu:img-optimizer:${imgOptVersion}"*/
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 4a45852

Please sign in to comment.