Skip to content

Commit

Permalink
v1.2;
Browse files Browse the repository at this point in the history
  • Loading branch information
OCNYang committed Nov 26, 2019
1 parent 43d3053 commit feb9f04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions anchorimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public void setPreviousTag(Object previousTag) {
this.previousTag = previousTag;
}

public ViewGroup getLayouPoints() {
return layouPoints;
}

@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.ocnyang.anchorimageviewdemo"
minSdkVersion 19
targetSdkVersion 28
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit feb9f04

Please sign in to comment.