Skip to content
Open
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
29 changes: 4 additions & 25 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,28 +1,9 @@
group = "com.mastertipsy.flutter_localization"
version = "1.0-SNAPSHOT"

buildscript {
val kotlinVersion = "2.3.20"
repositories {
google()
mavenCentral()
}

dependencies {
classpath("com.android.tools.build:gradle:9.0.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
}
}

allprojects {
repositories {
google()
mavenCentral()
}
}

plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
}

android {
Expand All @@ -43,10 +24,8 @@ android {
defaultConfig {
minSdk = 21
}
}

kotlin {
compilerOptions {
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
kotlinOptions {
jvmTarget = "17"
}
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_localization
description: 'Flutter Localization is a package use for in-app localization with map data. More easier and faster to implement and inspired by the flutter_localizations itself.'
version: 0.4.1
version: 0.4.2
homepage: https://github.com/channdara/flutter_localization
issue_tracker: https://github.com/channdara/flutter_localization/issues

Expand Down