File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
build :
4
4
working_directory : ~/code
5
5
docker :
6
- - image : cimg/android:2023.05 .1
6
+ - image : cimg/android:2023.06 .1
7
7
environment :
8
8
GRADLE_OPTS : -Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
9
9
steps :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Also check out more complicated demos:
13
13
* [ VPN Hotspot] ( https://github.com/Mygod/VPNHotspot ) (how this library started)
14
14
15
15
Use it now!
16
- ` be.mygod.librootkotlinx:librootkotlinx:1.0.4 + `
16
+ ` be.mygod.librootkotlinx:librootkotlinx:1.0.0 + `
17
17
(see Releases page for latest version)
18
18
19
19
## Features
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ plugins {
6
6
7
7
android {
8
8
namespace = " be.mygod.librootkotlinx.demo"
9
- compileSdk = 33
9
+ compileSdk = 34
10
10
defaultConfig {
11
11
applicationId = " be.mygod.librootkotlinx.demo"
12
12
minSdk = 21
13
- targetSdk = 33
13
+ targetSdk = 34
14
14
versionCode = 1
15
15
versionName = " 1.0"
16
16
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -25,7 +25,7 @@ android {
25
25
26
26
dependencies {
27
27
implementation(project(" :lib" ))
28
- implementation(" androidx.activity:activity:1.7.1 " )
28
+ implementation(" androidx.activity:activity:1.7.2 " )
29
29
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" )
30
30
testImplementation(" junit:junit:4.13.2" )
31
31
androidTestImplementation(" androidx.test:runner:1.5.2" )
Original file line number Diff line number Diff line change 1
1
plugins {
2
- val androidGradleVersion = " 8.0.1 "
2
+ val androidGradleVersion = " 8.0.2 "
3
3
id(" com.android.application" ) version androidGradleVersion apply false
4
4
id(" com.android.library" ) version androidGradleVersion apply false
5
5
id(" com.github.ben-manes.versions" ) version " 0.46.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
android {
9
9
namespace = " be.mygod.librootkotlinx"
10
- compileSdk = 33
10
+ compileSdk = 34
11
11
defaultConfig {
12
12
minSdk = 21
13
13
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true
3
3
4
4
GROUP =be.mygod.librootkotlinx
5
5
POM_ARTIFACT_ID =librootkotlinx
6
- VERSION_NAME =1.0.4
6
+ VERSION_NAME =1.0.5
7
7
8
8
POM_NAME =librootkotlinx
9
9
POM_DESCRIPTION =Run rooted Kotlin JVM code made super easy with coroutines and parcelize!
You can’t perform that action at this time.
0 commit comments