This repository was archived by the owner on Apr 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
11
"type" : " SINGLE" ,
12
12
"filters" : [],
13
13
"attributes" : [],
14
- "versionCode" : 23 ,
15
- "versionName" : " 1.22 " ,
14
+ "versionCode" : 24 ,
15
+ "versionName" : " 1.23 " ,
16
16
"outputFile" : " app-release.apk"
17
17
}
18
18
],
Original file line number Diff line number Diff line change 19
19
< div id ="main ">
20
20
< h1 > < a href ="index.html "> My WebView</ a > </ h1 >
21
21
< h2 > About My WebView</ h2 >
22
- < h3 > What's New in Version 1.22 </ h3 >
23
- < p > Update min API level to 25 = Android 7.1 (Nougat) </ p >
22
+ < h3 > What's New in Version 1.23 </ h3 >
23
+ < p > Update target API level to 31 = Android 12 </ p >
24
24
< h3 > Product Description</ h3 >
25
25
< p > Test your websites with Android WebView, using a configurable list of sites and matches to allow or skip.
26
26
Other links will not be handled by the app and will simply ask you to open the standard browser or not.</ p >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:7.1.2 '
11
+ classpath ' com.android.tools.build:gradle:7.1.3 '
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
42
42
compileSdkVersion = 31
43
43
buildToolsVersion = ' 31.0.0'
44
44
minSdkVersion = 25
45
- targetSdkVersion = 30
46
- versionCode = 23
47
- versionName = " 1.22 "
45
+ targetSdkVersion = 31
46
+ versionCode = 24
47
+ versionName = " 1.23 "
48
48
appCompatVersion = ' 1.4.1'
49
49
}
50
50
Original file line number Diff line number Diff line change 19
19
< div id ="main ">
20
20
< h1 > < a href ="https://github.com/mikespub/android-webview "> My WebView</ a > </ h1 >
21
21
< h2 > About My WebView</ h2 >
22
- < h3 > What's New in Version 1.22 </ h3 >
23
- < p > Update min API level to 25 = Android 7.1 (Nougat) </ p >
22
+ < h3 > What's New in Version 1.23 </ h3 >
23
+ < p > Update target API level to 31 = Android 12 </ p >
24
24
< h3 > Product Description</ h3 >
25
25
< p > Test your websites with Android WebView, using a configurable list of sites and matches to allow or skip.
26
26
Other links will not be handled by the app and will simply ask you to open the standard browser or not.</ p >
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
17
17
android.useAndroidX =true
18
18
# Automatically convert third-party libraries to use AndroidX
19
19
android.enableJetifier =true
20
-
20
+ # android.disableAutomaticComponentCreation=false
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.mikespub</groupId >
5
5
<artifactId >mywebview</artifactId >
6
- <version >1.22 </version >
6
+ <version >1.23 </version >
7
7
<packaging />
8
8
<dependencies >
9
9
<dependency >
10
10
<groupId >net.mikespub</groupId >
11
11
<artifactId >myutils</artifactId >
12
- <version >1.22 </version >
12
+ <version >1.23 </version >
13
13
</dependency >
14
14
<dependency >
15
15
<groupId >androidx.appcompat</groupId >
You can’t perform that action at this time.
0 commit comments