mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Release 0.1.3
This commit is contained in:
		@@ -39,8 +39,8 @@ android {
 | 
			
		||||
        minSdkVersion 16
 | 
			
		||||
        targetSdkVersion 23
 | 
			
		||||
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 | 
			
		||||
        versionCode 3
 | 
			
		||||
        versionName "0.1.2"
 | 
			
		||||
        versionCode 4
 | 
			
		||||
        versionName "0.1.3"
 | 
			
		||||
 | 
			
		||||
        buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
 | 
			
		||||
        buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								app/proguard-rules.pro
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								app/proguard-rules.pro
									
									
									
									
										vendored
									
									
								
							@@ -8,9 +8,9 @@
 | 
			
		||||
# OkHttp
 | 
			
		||||
-keepattributes Signature
 | 
			
		||||
-keepattributes *Annotation*
 | 
			
		||||
-keep class com.squareup.okhttp.** { *; }
 | 
			
		||||
-keep interface com.squareup.okhttp.** { *; }
 | 
			
		||||
-dontwarn com.squareup.okhttp.**
 | 
			
		||||
-keep class okhttp3.** { *; }
 | 
			
		||||
-keep interface okhttp3.** { *; }
 | 
			
		||||
-dontwarn okhttp3.**
 | 
			
		||||
-dontwarn okio.**
 | 
			
		||||
 | 
			
		||||
# Okio
 | 
			
		||||
 
 | 
			
		||||
@@ -47,7 +47,7 @@ public class HorizontalPager extends ViewPager implements Pager {
 | 
			
		||||
 | 
			
		||||
            return super.onInterceptTouchEvent(ev);
 | 
			
		||||
        } catch (IllegalArgumentException e) {
 | 
			
		||||
            return true;
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -82,7 +82,7 @@ public class HorizontalPager extends ViewPager implements Pager {
 | 
			
		||||
 | 
			
		||||
            return super.onTouchEvent(ev);
 | 
			
		||||
        } catch (IllegalArgumentException e) {
 | 
			
		||||
            return true;
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@ public class VerticalPager extends VerticalViewPagerImpl implements Pager {
 | 
			
		||||
 | 
			
		||||
            return super.onInterceptTouchEvent(ev);
 | 
			
		||||
        } catch (IllegalArgumentException e) {
 | 
			
		||||
            return true;
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -81,7 +81,7 @@ public class VerticalPager extends VerticalViewPagerImpl implements Pager {
 | 
			
		||||
 | 
			
		||||
            return super.onTouchEvent(ev);
 | 
			
		||||
        } catch (IllegalArgumentException e) {
 | 
			
		||||
            return true;
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user