Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(update Android compile SDK) #12

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions flutter_lyra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 0.3.2

- [Android] Upgrade kotlin version
- [Android] Upgrade gradle
- [Android] Upgrade material
- [Android] Upgrade compileSdkVersion

# 0.3.1


- **FEAT**: Add apple pay merchant id.

# 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion flutter_lyra/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.google.android.material:material:1.5.0"
implementation "com.google.android.material:material:1.8.0"
}
2 changes: 1 addition & 1 deletion flutter_lyra/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
10 changes: 6 additions & 4 deletions flutter_lyra/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: flutter_lyra
description: This package allows you to use the methods from the lyra android and ios native sdks in Flutter
version: 0.3.1

version: 0.3.2

homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand All @@ -20,9 +22,9 @@ dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_lyra_android: ^0.3.1
flutter_lyra_ios: ^0.3.1
flutter_lyra_platform_interface: ^0.3.1
flutter_lyra_android: ^0.3.2
flutter_lyra_ios: ^0.3.2
flutter_lyra_platform_interface: ^0.3.2
dev_dependencies:
analyzer: ^4.7.0
flutter_test:
Expand Down
8 changes: 8 additions & 0 deletions flutter_lyra_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.3.2

- [Android] Upgrade kotlin version
- [Android] Upgrade gradle
- [Android] Upgrade material
- [Android] Upgrade compileSdkVersion


# 0.3.1

- **FEAT**: Add apple pay merchant id.
Expand Down
6 changes: 3 additions & 3 deletions flutter_lyra_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ group 'tech.bam.flutter_lyra'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdkVersion 33

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
6 changes: 4 additions & 2 deletions flutter_lyra_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: flutter_lyra_android
description: Android implementation of the flutter_lyra plugin
version: 0.3.1

version: 0.3.2

homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand All @@ -20,7 +22,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_lyra_platform_interface: ^0.3.1
flutter_lyra_platform_interface: ^0.3.2
dev_dependencies:
analyzer: ^5.13.0
flutter_test:
Expand Down
7 changes: 7 additions & 0 deletions flutter_lyra_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.3.2

- [Android] Upgrade kotlin version
- [Android] Upgrade gradle
- [Android] Upgrade material
- [Android] Upgrade compileSdkVersion

# 0.3.1

- **FEAT**: Add apple pay merchant id.
Expand Down
4 changes: 2 additions & 2 deletions flutter_lyra_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_lyra_ios
description: iOS implementation of the flutter_lyra plugin
version: 0.3.1
version: 0.3.2
homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_lyra_platform_interface: ^0.3.1
flutter_lyra_platform_interface: ^0.3.2
dev_dependencies:
analyzer: ^4.7.0
flutter_test:
Expand Down
7 changes: 7 additions & 0 deletions flutter_lyra_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.3.2

- [Android] Upgrade kotlin version
- [Android] Upgrade gradle
- [Android] Upgrade material
- [Android] Upgrade compileSdkVersion

# 0.3.1

- **FEAT**: Add apple pay merchant id.
Expand Down
2 changes: 1 addition & 1 deletion flutter_lyra_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_lyra_platform_interface
description: A common platform interface for the flutter_lyra plugin.
version: 0.3.1
version: 0.3.2
homepage: https://github.com/bamlab/Flutter-Lyra
repository: https://github.com/bamlab/Flutter-Lyra

Expand Down
Loading